mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/cryptography: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
445de556a6
commit
04056250a5
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue