network/pyzor: Updated for version 1.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LukenShiro 2015-11-05 01:54:36 +07:00 committed by Willy Sudiarto Raharjo
parent 21ab8fc070
commit 150bda5514
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"