diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-21 17:51:40 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:25 +0700 |
commit | 57e1af25391c6f8c0dc7a89b3880496d01b4965f (patch) | |
tree | 829aea043fb3e7ba61170b6b3a94e6fc36febc2f | |
parent | 12fde7a1f622e3aa8e7cfff1433472f8f6b10aae (diff) |
system/slpkg: Updated for version 4.9.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d13e3ca9c4ec..e4122cf904a5 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-4.9.5} +VERSION=${VERSION:-4.9.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 9d8dcb8c57c8..158fee40c8fe 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="4.9.5" +VERSION="4.9.6" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.9.5/slpkg-4.9.5.tar.gz" -MD5SUM="e24b531f98c0d7126a1b05b75e2e41af" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.9.6/slpkg-4.9.6.tar.gz" +MD5SUM="5538b55c597b07eb204c0e122c49badb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build SQLAlchemy python3-pythondialog python3-progress" |