diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2021-01-06 18:49:46 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 14:30:23 +0700 |
commit | 235ce7c5473cbcddcf96fbfcd95d16a3833f8945 (patch) | |
tree | f1743b88d67ef858f7f587e5772b40225387e2ec | |
parent | 98121f89c75d3dc48931991a47607c1644e15ac6 (diff) | |
download | slackbuilds-235ce7c5473cbcddcf96fbfcd95d16a3833f8945.tar.gz |
system/slpkg: Updated for version 3.9.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 4 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index eddf22b86c..317c863c13 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slpkg -# Copyright 2014-2020 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-3.9.0} +VERSION=${VERSION:-3.9.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index e863361c31..66c1162c9f 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.9.0" +VERSION="3.9.1" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.9.0/slpkg-3.9.0.tar.gz" -MD5SUM="c23fcaeee005bdd7858f8269d7532f1f" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.9.1/slpkg-3.9.1.tar.gz" +MD5SUM="19d4b05df424482d8532892fc6271666" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-urllib3" |