diff --git a/packages/python-cryptography/build.sh b/packages/python-cryptography/build.sh index aa6afdc3c9..e000ba9097 100644 --- a/packages/python-cryptography/build.sh +++ b/packages/python-cryptography/build.sh @@ -4,9 +4,9 @@ TERMUX_PKG_DESCRIPTION="Provides cryptographic recipes and primitives to Python TERMUX_PKG_LICENSE="custom" TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.APACHE, LICENSE.BSD, LICENSE.PSF" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="38.0.3" +TERMUX_PKG_VERSION="38.0.4" TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=bdad62a4af521f100b7d6f35be9947b009a282de5319c3324508615699e1a518 +TERMUX_PKG_SHA256=a0db13e363bff69ddbc3a833b53c75c313846c0dc7271543984e6c991020638f TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="openssl, python" TERMUX_PKG_BUILD_IN_SRC=true