diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-11-11 18:50:03 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:10 +0700 |
commit | b07c50902fe35e4b19cbe8c4972b231b14636409 (patch) | |
tree | 9d541b939d55a699afb537984bc4f0ba5b60b0f0 /system | |
parent | 36b363cb35226a9f488e5b73cb67778f608886b9 (diff) | |
download | slackbuilds-b07c50902fe35e4b19cbe8c4972b231b14636409.tar.gz |
system/slpkg: Updated for version 4.2.8.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 a1e27a6174..abc43a6575 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.2.6} +VERSION=${VERSION:-4.2.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index fc2b8cdc43..f1d4f75623 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="4.2.6" +VERSION="4.2.8" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.2.6/slpkg-4.2.6.tar.gz" -MD5SUM="f883c55d4118352f46ab6e796ce17adc" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.2.8/slpkg-4.2.8.tar.gz" +MD5SUM="66f71a439eff2047f352a2ac97175b8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SQLAlchemy" |