diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-01-13 19:26:53 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:13 +0700 |
commit | e9a01ff5e8ad98a2b0483e85590236ee2c2bc67e (patch) | |
tree | def3f8a8f093ebf538f66da7d86e9f796a7897a6 /system/slpkg | |
parent | d8e90b1a5e304d9c4d5076f984f2a4419b08889f (diff) |
system/slpkg: Updated for version 4.4.8.
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 247526c8e370..94df4752ec6f 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.4.6} +VERSION=${VERSION:-4.4.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index b7950d88605d..5d59f0d8c931 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="4.4.6" +VERSION="4.4.8" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.4.6/slpkg-4.4.6.tar.gz" -MD5SUM="0ddc0933f3f1966cc652ea91a55e4d53" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.4.8/slpkg-4.4.8.tar.gz" +MD5SUM="6a75fb8cef6a95a861287861f84d52f9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SQLAlchemy python3-pythondialog python3-progress" |