chore(main/python-cryptography): disable automatic updates

python-cryptography v43 has breaking changes. Also `sabnzbd` requires specific version of this package.

Fixes #20923.
[no ci]
This commit is contained in:
termux-pacman-bot
2024-10-22 23:06:56 +00:00
parent 84f11e1a1d
commit 208028baf4

View File

@@ -7,7 +7,7 @@ TERMUX_PKG_VERSION="42.0.8"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/pyca/cryptography/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=38ee4ce0804e4003e3093db8342cd7e6ee65614c8bbf70c98f1716e0f33709ed
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="openssl, python, python-pip"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"