python/cryptography: Updated for version 0.8.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2015-03-12 22:43:32 +07:00 committed by Willy Sudiarto Raharjo
parent 2dd53fd37b
commit 1d0dc5f4c9
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=cryptography
VERSION=${VERSION:-0.7.2}
VERSION=${VERSION:-0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="cryptography"
VERSION="0.7.2"
VERSION="0.8"
HOMEPAGE="https://cryptography.io/"
DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-0.7.2.tar.gz"
MD5SUM="a62beaac9f3a78109dba6d31db98cce9"
DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.tar.gz"
MD5SUM="c0871039903e8b554179fd2b30a6647d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cffi six enum34"
REQUIRES="pyasn1 cffi six enum34"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"