diff options
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 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" |