diff --git a/packages/python-cryptography/build.sh b/packages/python-cryptography/build.sh index 861be9b3f6..ca672fdba3 100644 --- a/packages/python-cryptography/build.sh +++ b/packages/python-cryptography/build.sh @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Provides cryptographic recipes and primitives to Python TERMUX_PKG_LICENSE="Apache-2.0, BSD 3-Clause" TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.APACHE, LICENSE.BSD" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="44.0.0" +TERMUX_PKG_VERSION="44.0.1" TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=b2232d62504ba4cca97136582e86564ac75ec1124dfddb19d83f0eb26548d18d +TERMUX_PKG_SHA256=c1726993e4607c36704a4fcb7dfe0c2d363af2eb1631305270ba2a6d2159acd4 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="openssl, python, python-pip" TERMUX_PKG_BUILD_IN_SRC=true