python3-cryptography: update to 36.0.2.

This commit is contained in:
Andrew J. Hesford 2022-03-17 09:57:51 -04:00
parent 8fc7489535
commit add659e854

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cryptography'
pkgname=python3-cryptography
version=36.0.0
version=36.0.2
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=52f769ecb4ef39865719aedc67b4b7eae167bafa48dbc2a26dd36fa56460507f
checksum=70f8f4f7bb2ac9f340655cbac89d68c527af5bb4387522a8413e841e3e6628c9
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"