diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2022-12-30 12:53:15 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:44 +0700 |
commit | 94e7836e9ca8ed06cba56280a766706821d8d01e (patch) | |
tree | a0a58816cc881e9a5482a426e971349d8997a719 /system/slpkg/slpkg.SlackBuild | |
parent | ebf65e0762dc58fa7a60243ce52c6934b81e5f79 (diff) |
system/slpkg: Updated for version 4.4.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 d548573090159..701930cb7d290 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.3.7} +VERSION=${VERSION:-4.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |