Skip to content

Commit 3acd2d6

Browse files
committed
bump(main/python-llvmlite): 0.48.0
- Fixes #30431
1 parent 6ee0231 commit 3acd2d6

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

packages/python-llvmlite/build.sh

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,25 @@ TERMUX_PKG_LICENSE="BSD 2-Clause, Apache-2.0"
55
TERMUX_PKG_LICENSE_FILE="LICENSE, LICENSE.thirdparty"
66
TERMUX_PKG_MAINTAINER="@termux"
77
TERMUX_PKG_VERSION=(
8-
"0.47.0"
9-
"20.1.8"
8+
"0.48.0"
9+
"22.1.8"
1010
)
1111
TERMUX_PKG_REVISION=3
1212
TERMUX_PKG_SRCURL=(
1313
"https://github.com/numba/llvmlite/archive/refs/tags/v${TERMUX_PKG_VERSION[0]}.tar.gz"
1414
"https://github.com/llvm/llvm-project/releases/download/llvmorg-${TERMUX_PKG_VERSION[1]}/llvm-project-${TERMUX_PKG_VERSION[1]}.src.tar.xz"
1515
)
1616
TERMUX_PKG_SHA256=(
17-
819a4db56e0983f9106734a07732238b55783bac654a2365c47f4c35f3c96ba2
18-
6898f963c8e938981e6c4a302e83ec5beb4630147c7311183cf61069af16333d
17+
a15971f69eb17e07718be1a7d18185918c298d3b0f82f0bf08e9a5893b2f53ca
18+
922f1817a0df7b1489272d18134ee0087a8b068828f87ac63b9861b1a9965888
1919
)
2020
TERMUX_PKG_DEPENDS="libc++, libffi, python, python-pip"
2121
TERMUX_PKG_PYTHON_COMMON_BUILD_DEPS="wheel"
2222
TERMUX_PKG_BUILD_IN_SRC=true
23-
TERMUX_PKG_AUTO_UPDATE=true
23+
# auto update does not work with packages that have a version array with two versions that must
24+
# be updated simultaneously
25+
# https://github.com/termux/termux-packages/pull/23678
26+
TERMUX_PKG_AUTO_UPDATE=false
2427
TERMUX_PKG_HOSTBUILD=true
2528

2629
# See http://llvm.org/docs/CMake.html:

0 commit comments

Comments
 (0)