diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-12-13 14:18:58 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:35 +0700 |
commit | 3b6f1edad36a0368e000e2ed7e97f7d44ff47844 (patch) | |
tree | 25d1349457f8a63bdf8d92da81c1706e478c4dc3 /system | |
parent | f84fd2bdc2f3ab79f7dd609f41a2c57dd761b804 (diff) | |
download | slackbuilds-3b6f1edad36a0368e000e2ed7e97f7d44ff47844.tar.gz |
system/slpkg: Updated for version 3.7.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/slpkg/slpkg.SlackBuild | 2 | ||||
-rw-r--r-- | system/slpkg/slpkg.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 05fdb9c3a6..6c34767cf9 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.7.2} +VERSION=${VERSION:-3.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 802acc6d5b..d8e902431b 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,10 +1,10 @@ PRGNAM="slpkg" -VERSION="3.7.2" +VERSION="3.7.3" HOMEPAGE="https://dslackw.gitlab.io/slpkg" -DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.7.2/slpkg-3.7.2.tar.gz" -MD5SUM="6740e8213bbaa8f8d674144f61954366" +DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.7.3/slpkg-3.7.3.tar.gz" +MD5SUM="dd97a05ee9ba37e0262f7e1c60d0eb61" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 python-requests" +REQUIRES="python3 python-urllib3" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |