Skip to content

Commit 4970860

Browse files
authored
python3.12-pycryptodomex: bump to 3.22.0 (#229)
1 parent 8e81ae8 commit 4970860

File tree

1 file changed

+3
-3
lines changed
  • tur-pypi-312/python3.12-pycryptodomex

1 file changed

+3
-3
lines changed

tur-pypi-312/python3.12-pycryptodomex/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="A self-contained Python package of low-level cryptograph
33
TERMUX_PKG_LICENSE="BSD 2-Clause, Public Domain"
44
TERMUX_PKG_LICENSE_FILE="LICENSE.rst"
55
TERMUX_PKG_MAINTAINER="@termux-user-repository"
6-
TERMUX_PKG_VERSION="3.21.0"
6+
TERMUX_PKG_VERSION="3.22.0"
77
TERMUX_PKG_SRCURL="https://github.com/Legrandin/pycryptodome/archive/refs/tags/v${TERMUX_PKG_VERSION}x.tar.gz"
8-
TERMUX_PKG_SHA256=7762d1b658b47e989f21ed844a8bf9a527b130fecec26f0d5076656dc38c0558
8+
TERMUX_PKG_SHA256=8c49ffdb694dd35f526c9eadda243d8307065582578bc4bd34aca13218e9500d
99
TERMUX_PKG_DEPENDS="python"
1010
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
1111
TERMUX_PKG_BUILD_IN_SRC=true
@@ -39,6 +39,6 @@ termux_step_make_install() {
3939

4040
termux_step_post_make_install() {
4141
local _pyver="${TERMUX_PYTHON_VERSION/./}"
42-
mv ./dist/pycryptodomex-$TERMUX_PKG_VERSION-cp36-abi3-linux_$TERMUX_ARCH.whl \
42+
mv ./dist/pycryptodomex-$TERMUX_PKG_VERSION-cp37-abi3-linux_$TERMUX_ARCH.whl \
4343
./dist/pycryptodomex-$TERMUX_PKG_VERSION-cp$_pyver-cp$_pyver-linux_$TERMUX_ARCH.whl
4444
}

0 commit comments

Comments
 (0)