diff options
author | Dimitris Zlatanidis | 2016-01-29 22:13:32 +0100 |
---|---|---|
committer | Dimitris Zlatanidis | 2016-01-29 22:13:32 +0100 |
commit | 47e271a30952b6315d51284c799f878bcef08d91 (patch) | |
tree | e55509a5c759c618a882283543db5992fffb8fba | |
parent | d7e68ad1907d8f6d66b982bb15645c1cbf3fdc9e (diff) | |
download | slackbuilds-47e271a30952b6315d51284c799f878bcef08d91.tar.gz |
python/purl: Updated for version 1.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-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 94da0d78e9..8c58eda355 100644 --- a/python/purl/purl.SlackBuild +++ b/python/purl/purl.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for purl -# 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=purl -VERSION=${VERSION:-1.1} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/purl/purl.info b/python/purl/purl.info index 11e619c970..19d7313559 100644 --- a/python/purl/purl.info +++ b/python/purl/purl.info @@ -1,8 +1,8 @@ PRGNAM="purl" -VERSION="1.1" +VERSION="1.2" HOMEPAGE="https://github.com/codeinthehole/purl" -DOWNLOAD="https://pypi.python.org/packages/source/p/purl/purl-1.1.tar.gz" -MD5SUM="18e85232396ce60d2e77baed7c5c90e4" +DOWNLOAD="https://pypi.python.org/packages/source/p/purl/purl-1.2.tar.gz" +MD5SUM="c6a37ac79d7ae4b1dc8589f81fcf6a19" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="six" |