diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2023-08-09 17:57:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:57 +0700 |
commit | b6f218088bf993538b434d4d1214f9217602e546 (patch) | |
tree | fe118896886578734b2d410d26fb475d3ff1bbc5 /system/slpkg/slpkg.SlackBuild | |
parent | 2311f61797749e21587ec7263f1ae84651c6672a (diff) |
system/slpkg: Updated for version 4.9.2.
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 08b3ccbe54097..ff18ad8ba583b 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.1} +VERSION=${VERSION:-4.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |