python-cryptography: update to 1.1
This commit is contained in:
parent
7eca52a9ce
commit
fafd8ca9b9
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-cryptography'
|
# Template file for 'python-cryptography'
|
||||||
pkgname=python-cryptography
|
pkgname=python-cryptography
|
||||||
version=1.0.2
|
version=1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="cryptography-${version}"
|
wrksrc="cryptography-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -17,7 +17,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pyca/cryptography"
|
homepage="https://github.com/pyca/cryptography"
|
||||||
license="3-clause-BSD, Apache-2.0"
|
license="3-clause-BSD, Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
|
||||||
checksum=d64cd491e91ddf642c643bea16532c2a2da2da054cca6df756edadd55a8bacca
|
checksum=059bc6428b1d0e2317f505698602642f1d8dda5b120ec573a59a430d8cb7a32d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue