diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-01-12 22:47:11 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-13 07:14:21 +0700 |
commit | 7d865d46a5a10d8ecd594ae46aa0347c89743ba2 (patch) | |
tree | 69274bb856db429d91c231ee22ed58a69900b6af /system/slpkg | |
parent | 451c4d19094e14e372f89da2b12d430c9bc6c124 (diff) |
system/slpkg: Updated for version 4.9.7.
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 | 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 e4122cf904a5..fa7eff023298 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 158fee40c8fe..9793a44d4da2 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" |