diff options
-rw-r--r-- | system/yelp-xsl/yelp-xsl.SlackBuild | 4 | ||||
-rw-r--r-- | system/yelp-xsl/yelp-xsl.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/yelp-xsl/yelp-xsl.SlackBuild b/system/yelp-xsl/yelp-xsl.SlackBuild index 74fd46c8320d8..620fada8598c4 100644 --- a/system/yelp-xsl/yelp-xsl.SlackBuild +++ b/system/yelp-xsl/yelp-xsl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yelp-xsl -# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2014-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yelp-xsl -VERSION=${VERSION:-40.2} +VERSION=${VERSION:-41.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/yelp-xsl/yelp-xsl.info b/system/yelp-xsl/yelp-xsl.info index ad1d7507a0087..e21d291f7e6f0 100644 --- a/system/yelp-xsl/yelp-xsl.info +++ b/system/yelp-xsl/yelp-xsl.info @@ -1,8 +1,8 @@ PRGNAM="yelp-xsl" -VERSION="40.2" +VERSION="41.1" HOMEPAGE="https://projects.gnome.org/yelp/" -DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/40/yelp-xsl-40.2.tar.xz" -MD5SUM="bc6b359d67ef5de6669acbda4daa843b" +DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/41/yelp-xsl-41.1.tar.xz" +MD5SUM="e8f353c8edc709c3de03ef2149791c80" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxml" |