python/cryptography: Updated for version 1.1.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Reichelt 2015-11-23 07:15:27 +07:00 committed by Willy Sudiarto Raharjo
parent 445de556a6
commit 04056250a5
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.8.2}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="cryptography"
VERSION="0.8.2"
VERSION="1.1.1"
HOMEPAGE="https://cryptography.io/"
DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.2.tar.gz"
MD5SUM="7d33499e851300c194cbb0396de72462"
DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-1.1.1.tar.gz"
MD5SUM="6ec05b916c52d8668cd3a3f6f1cea084"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyasn1 cffi six enum34"
REQUIRES="pyasn1 cffi six enum34 ipaddress idna"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"