diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-12-15 17:57:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-16 08:56:08 +0700 |
commit | 113ce4801053420cf9edc57f1d8d524e630b7b28 (patch) | |
tree | 9ac4841e9202f13865aedaa84bda75c665474ac4 /system/slpkg/slpkg.SlackBuild | |
parent | 41a3454878be9a6c70d39060ada75998c2b50df8 (diff) |
system/slpkg: Updated for version 4.9.5.
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 bd6c2e8eff575..d13e3ca9c4ecb 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=slpkg -VERSION=${VERSION:-4.9.4} +VERSION=${VERSION:-4.9.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |