diff options
-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 fbf9e1fd52..4a6639cec4 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slpkg -# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2025 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:-5.1.6} +VERSION=${VERSION:-5.1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 85a1c6d613..f36f0c2003 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="5.1.6" +VERSION="5.1.7" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.1.6/slpkg-5.1.6.tar.gz" -MD5SUM="05c02ba76668617e1f2d859e755767a3" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/5.1.7/slpkg-5.1.7.tar.gz" +MD5SUM="cbbe717276fc56ad00776c647c6804fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-tomlkit python3-pythondialog" |