python3-cryptography: update to 3.4.5.

This commit is contained in:
Andrew J. Hesford 2021-02-16 11:52:58 -05:00
parent 5f3097851c
commit 6794d7ee27
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=3.4.4
version=3.4.5
revision=1
wrksrc="${pkgname#python3-}-${version}"
build_style=python3-module
@ -16,7 +16,7 @@ license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=ee5e19f0856b6fbbdbab15c2787ca65d203801d2d65d0b8de6218f424206c848
checksum=4f6761a82b51fe02cda8f45af1c2f698a10f50003dc9c2572d8a49eda2e6d35b
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"