diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2020-07-09 22:59:55 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:54 +0700 |
commit | 89ece5b6179634d6d11d7638ffc87303c4b62b2a (patch) | |
tree | 741b041f45ae8a4eeccaf348fdb8d8f836c2bbc9 /system | |
parent | dd8319092c7df4353e71a3e4706f4fd9d80436df (diff) | |
download | slackbuilds-89ece5b6179634d6d11d7638ffc87303c4b62b2a.tar.gz |
system/slpkg: Updated for version 3.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 5ee02e8d47..eddf22b86c 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-3.8.9} +VERSION=${VERSION:-3.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 8ddaf26c0d..e863361c31 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.8.9" +VERSION="3.9.0" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.8.9/slpkg-3.8.9.tar.gz" -MD5SUM="d485c552637b510d2d3b7ff5be093ada" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.9.0/slpkg-3.9.0.tar.gz" +MD5SUM="c23fcaeee005bdd7858f8269d7532f1f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3 python-urllib3" |