diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-03-26 22:15:13 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:44 +0700 |
commit | dbd03d2d61e98d53cfd385bc91bf6c20cd307dc2 (patch) | |
tree | fafb35de02f8008468791539262fa4dec2572ae2 /system/slpkg/slpkg.SlackBuild | |
parent | 48b817af47fa8a810298300e4e5d319dcc721e27 (diff) |
system/slpkg: Updated for version 3.9.4.
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 f2a28ca406d5d..e65d232a0af0d 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.3} +VERSION=${VERSION:-3.9.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |