diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-04-19 21:03:34 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-20 21:14:40 +0700 |
commit | 158762f1562a4a01efd9883cf0f3c66f2f8762d4 (patch) | |
tree | c5ebfabfc055bdedfcdc2fabb3f8894d776c2160 /system/slpkg/slpkg.SlackBuild | |
parent | 90bba837d3584771b87b953a93a5202616db348e (diff) |
system/slpkg: Updated for version 5.0.6.
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 c084f19f5cf62..7ce48dca490a4 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.5} +VERSION=${VERSION:-5.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |