diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-04-07 20:30:09 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:46:02 +0700 |
commit | 991bb23b105fccdaf0a778e4afd455a306a7f5a7 (patch) | |
tree | e0a55594a378c7fb2bc4e7ba87d861599c249f1d /system/slpkg/slpkg.SlackBuild | |
parent | 989e70f8c942b2f8bfef28600bbe2306ab99ccbb (diff) |
system/slpkg: Updated for version 3.9.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 e65d232a0af0d..ac0a1698fa018 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-3.9.4} +VERSION=${VERSION:-3.9.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |