diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-04-07 20:30:09 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:46:02 +0700 |
commit | 991bb23b105fccdaf0a778e4afd455a306a7f5a7 (patch) | |
tree | e0a55594a378c7fb2bc4e7ba87d861599c249f1d /system/slpkg | |
parent | 989e70f8c942b2f8bfef28600bbe2306ab99ccbb (diff) | |
download | slackbuilds-991bb23b105fccdaf0a778e4afd455a306a7f5a7.tar.gz |
system/slpkg: Updated for version 3.9.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index e65d232a0a..ac0a1698fa 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-3.9.4} +VERSION=${VERSION:-3.9.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 7fd4058887..fd2230ce02 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.9.4" +VERSION="3.9.6" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.9.4/slpkg-3.9.4.tar.gz" -MD5SUM="7f8053f4a6147e7c82ef981d61d34c66" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.9.6/slpkg-3.9.6.tar.gz" +MD5SUM="4f4c6dc84a9834fc8b65a820ec52fa19" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |