mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/pyzor: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
21ab8fc070
commit
150bda5514
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue