diff --git a/packages/python-cryptography/build.sh b/packages/python-cryptography/build.sh index 4b65647a25..b3bcc769ef 100644 --- a/packages/python-cryptography/build.sh +++ b/packages/python-cryptography/build.sh @@ -3,10 +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="46.0.3" -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="46.0.4" TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=b40f9434d14affd208f03f4832aa616cb49e9ce414cb103825a8184eb94002f5 +TERMUX_PKG_SHA256=0d4c4ee204fe281811d623abd66143848cdba64302c194f2704a904eb1d5dde8 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="openssl, python, python-pip" TERMUX_PKG_BUILD_IN_SRC=true