diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-09-27 16:45:14 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-28 06:54:23 +0700 |
commit | 19da10d394ee374267131e8e9a76bcc3fdd89a91 (patch) | |
tree | cb3d73d557de0e148c3bed13f1fa53a1e166f1ea /system/slpkg/slpkg.SlackBuild | |
parent | 66358e4f2d490244e5e394aa71dd0297e85fb724 (diff) |
system/slpkg: Updated for version 5.1.3.
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 c94069f4eada2..29a3cdf0fee20 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.2} +VERSION=${VERSION:-5.1.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |