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