diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-03-29 23:30:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:46 +0700 |
commit | 150df6145f006390068244b4eff6f7d6662ba213 (patch) | |
tree | 9a36c5688d295c2015ceee95f881a02fac9482e0 /system/slpkg/slpkg.SlackBuild | |
parent | 59ca1fbc4e423c6433a76d2198b0465e813c8fb7 (diff) |
system/slpkg: Updated for version 5.0.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg/slpkg.SlackBuild')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 0dc7dfbab7740..37af7a5e27185 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.0.0} +VERSION=${VERSION:-5.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |