diff options
Diffstat (limited to 'system/yelp-tools/yelp-tools.SlackBuild')
-rw-r--r-- | system/yelp-tools/yelp-tools.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/yelp-tools/yelp-tools.SlackBuild b/system/yelp-tools/yelp-tools.SlackBuild index c7a7324c3e467..d6487efa98e4b 100644 --- a/system/yelp-tools/yelp-tools.SlackBuild +++ b/system/yelp-tools/yelp-tools.SlackBuild @@ -2,7 +2,7 @@ # 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. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yelp-tools -VERSION=${VERSION:-40.0} +VERSION=${VERSION:-41.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |