system/yelp-tools: Updated for version 41.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2022-01-23 09:50:30 +07:00
parent 92ebb713ad
commit ff284df16b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for yelp-tools # Slackware build script for yelp-tools
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=yelp-tools PRGNAM=yelp-tools
VERSION=${VERSION:-40.0} VERSION=${VERSION:-41.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="yelp-tools" PRGNAM="yelp-tools"
VERSION="40.0" VERSION="41.0"
HOMEPAGE="https://projects.gnome.org/yelp/" HOMEPAGE="https://projects.gnome.org/yelp/"
DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/yelp-tools/40/yelp-tools-40.0.tar.xz" DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/yelp-tools/41/yelp-tools-41.0.tar.xz"
MD5SUM="fb55d5c79a11be9dea1fdd4d49409a06" MD5SUM="e78e308e639c8d14f82655ebacb60fac"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="yelp-xsl" REQUIRES="yelp-xsl"