diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2025-07-25 17:13:00 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-07-26 09:54:14 +0700 |
commit | 0689b893f081c9d8701bdd7799f0c7028b6c74fc (patch) | |
tree | 6c6f15cbdfcd88163977d2bd3dc1e1afd2d1f371 | |
parent | 5c45ad1d0d579738859bcc1595dfb9ffb967f8ce (diff) |
system/slpkg: Updated for version 5.4.1.
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 75cadd8e8f..d0cd478caf 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-5.4.0} +VERSION=${VERSION:-5.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index f33188959e..144e48e3c3 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="5.4.0" +VERSION="5.4.1" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.4.0/slpkg-5.4.0.tar.gz" -MD5SUM="1a65d2f491d015d5c8f757e526422aff" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.4.1/slpkg-5.4.1.tar.gz" +MD5SUM="aafa244317772f56d2d44fe3593dd779" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-tomlkit" |