diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-03-11 18:03:31 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:32 +0700 |
commit | 8ea24403ca9f271836faa0a3126f8ef2fea5be55 (patch) | |
tree | 2491e58ff4a00491865b90b4b8c7c4133958054e /python/purl | |
parent | 465220e159db5f31c00f62dd9acb933a4b0641c5 (diff) | |
download | slackbuilds-8ea24403ca9f271836faa0a3126f8ef2fea5be55.tar.gz |
python/purl: Updated for version 1.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/purl')
-rw-r--r-- | python/purl/purl.SlackBuild | 4 | ||||
-rw-r--r-- | python/purl/purl.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/purl/purl.SlackBuild b/python/purl/purl.SlackBuild index e3ebdf6e00..ac218bf2bc 100644 --- a/python/purl/purl.SlackBuild +++ b/python/purl/purl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for purl -# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 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=purl -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/purl/purl.info b/python/purl/purl.info index c3f776fdc0..677c378227 100644 --- a/python/purl/purl.info +++ b/python/purl/purl.info @@ -1,8 +1,8 @@ PRGNAM="purl" -VERSION="1.3.1" +VERSION="1.5" HOMEPAGE="https://github.com/codeinthehole/purl" -DOWNLOAD="https://pypi.python.org/packages/39/4a/e362aa72cf4f48ac6f806f53e768f4a30e4bdb028aebeae08e12d128730d/purl-1.3.1.tar.gz" -MD5SUM="26cba8f4791245f1d246b1bdea5dc101" +DOWNLOAD="https://files.pythonhosted.org/packages/b8/f7/eb108f39ffcbebd6a1cc1030b912640fc28edb0146e8658b6a1aa60f1060/purl-1.5.tar.gz" +MD5SUM="2a10782a6f0c771f3f3319956d41f7ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six" |