diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-01-08 07:50:21 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-09 07:12:38 +0700 |
commit | 1dd5092783918ae327f52e60dcdedf7dc454d2e0 (patch) | |
tree | c6e79c41e54163f491ec4e9acef52856aef95da5 | |
parent | 911a457358a2dc402bac3a3bf57e06333fb3662a (diff) | |
download | slackbuilds-1dd5092783918ae327f52e60dcdedf7dc454d2e0.tar.gz |
system/slpkg: Updated for version 3.0.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-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 44861dcae1..a19a41affa 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for slpkg -# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 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.0.4} +VERSION=${VERSION:-3.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 3505ad3bec..d46d80f7e4 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.0.4" +VERSION="3.0.5" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.0.4.tar.gz" -MD5SUM="1d50725d7bd271533442ca61bdf989fd" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.0.5.tar.gz" +MD5SUM="36a0b209ec8f194b86870112a3baa5b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |