libraries/zbase32: Updated for version 1.1.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Marco Bonetti 2011-09-05 21:42:54 -04:00 committed by Robby Workman
parent 780acd7672
commit 5fd91e9d93
3 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@ zbase32: zbase32 (Python base32 encoder/decoder)
zbase32:
zbase32: zbase32 is an alternate base32 encoder (not RFC 3548 compliant).
zbase32:
zbase32: Homepage: http://allmydata.org/trac/zbase32
zbase32: Homepage: http://pypi.python.org/pypi/zbase32/
zbase32:
zbase32:
zbase32:

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zbase32
VERSION=${VERSION:-1.1.1}
VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="zbase32"
VERSION="1.1.1"
HOMEPAGE="http://allmydata.org/trac/zbase32"
DOWNLOAD="http://pypi.python.org/packages/source/z/zbase32/zbase32-1.1.1.tar.gz"
MD5SUM="b46a97a869f4aa2932182cc555e2f7e1"
VERSION="1.1.3"
HOMEPAGE="http://pypi.python.org/pypi/zbase32/"
DOWNLOAD="http://pypi.python.org/packages/source/z/zbase32/zbase32-1.1.3.tar.gz"
MD5SUM="0614df3116aa52797000ee8a06c47167"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"