diff options
author | LukenShiro <lukenshiro@ngi.it> | 2015-11-05 01:54:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-06 00:27:32 +0700 |
commit | 150bda551429dcfa134439cadc229698d678e10f (patch) | |
tree | cba86b727926f9a12aa4689f5969d243bab200a4 /network/pyzor | |
parent | 21ab8fc070ed66520b60677349f32ecc89a1f95c (diff) | |
download | slackbuilds-150bda551429dcfa134439cadc229698d678e10f.tar.gz |
network/pyzor: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pyzor')
-rw-r--r-- | network/pyzor/pyzor.SlackBuild | 4 | ||||
-rw-r--r-- | network/pyzor/pyzor.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/pyzor/pyzor.SlackBuild b/network/pyzor/pyzor.SlackBuild index 6cb6dd8aae..d58444fd2d 100644 --- a/network/pyzor/pyzor.SlackBuild +++ b/network/pyzor/pyzor.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyzor -# Copyright 2009-2014 LukenShiro, Italy +# Copyright 2009-2015 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Thanks to Carlos Xavier for a patch with better compatibility against Python 2.7 PRGNAM=pyzor -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/pyzor/pyzor.info b/network/pyzor/pyzor.info index 3de68587f9..26a0486476 100644 --- a/network/pyzor/pyzor.info +++ b/network/pyzor/pyzor.info @@ -1,8 +1,8 @@ PRGNAM="pyzor" -VERSION="0.8.0" +VERSION="1.0.0" HOMEPAGE="http://www.pyzor.org" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyzor/pyzor-0.8.0.tar.gz" -MD5SUM="88a4c48fcc085f26f20e5f35bc48011f" +DOWNLOAD="https://pypi.python.org/packages/source/p/pyzor/pyzor-1.0.0.tar.gz" +MD5SUM="e77b1cd0afd3884e6f2aa585cb423b46" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |