diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2025-02-13 19:39:36 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-15 16:48:58 +0700 |
commit | 31c44d64419bbbfcbb0246a07f431a565910908d (patch) | |
tree | c45d06b78352d4fd454f771f272f3e258fc8bfe5 /system/slpkg/slpkg.SlackBuild | |
parent | 9ef29360b5308f42dbb23a78de0ff95a3c6ccb4c (diff) |
system/slpkg: Updated for version 5.1.9.
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 d221a110d8..dd7ae56f80 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.1.8} +VERSION=${VERSION:-5.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |