diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-11-25 08:49:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 09:11:50 +0700 |
commit | df3ea4e70bc869956f42d8399e4fa87a70d4bf7c (patch) | |
tree | 104c221660ddabb2f0ffdfb51b086103af5f83e4 /system/slpkg/slpkg.SlackBuild | |
parent | 3d5923df1aea17c882d776d15151ba7fa0c03e25 (diff) |
system/slpkg: Updated for version 4.3.0.
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 abc43a6575b38..fa27e5cf6037e 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.2.8} +VERSION=${VERSION:-4.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |