diff options
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index bcaa9ebb846da..247526c8e3703 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slpkg -# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2023 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.4.3} +VERSION=${VERSION:-4.4.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 6f26233ff6c89..b7950d88605d0 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,10 +1,10 @@ PRGNAM="slpkg" -VERSION="4.4.3" +VERSION="4.4.6" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.4.3/slpkg-4.4.3.tar.gz" -MD5SUM="17cee6348911a643302c9662c4286514" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/4.4.6/slpkg-4.4.6.tar.gz" +MD5SUM="0ddc0933f3f1966cc652ea91a55e4d53" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SQLAlchemy python3-pythondialog python-toml" +REQUIRES="SQLAlchemy python3-pythondialog python3-progress" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |