diff options
Diffstat (limited to 'system/slpkg')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index e4122cf904a5b..fa7eff0232981 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slpkg -# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-4.9.6} +VERSION=${VERSION:-4.9.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 158fee40c8fec..9793a44d4da22 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="4.9.6" +VERSION="4.9.7" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.9.6/slpkg-4.9.6.tar.gz" -MD5SUM="5538b55c597b07eb204c0e122c49badb" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.9.7/slpkg-4.9.7.tar.gz" +MD5SUM="12830ca33c5095505a1e2098ce5ff8c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build SQLAlchemy python3-pythondialog python3-progress" |