From 0bb0b2faf9929db291e7b9408bc79ea3a0483330 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Mon, 24 Nov 2025 00:50:58 +0000 Subject: [PATCH] fix(main/python-cmake): update checksum for 4.2.0 - Fixes https://github.com/termux/termux-packages/issues/27384 - Sometimes, https://github.com/scikit-build/cmake-python-distributions/releases changes their release after release for an unknown reason. It has happened before. [no ci] --- packages/python-cmake/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python-cmake/build.sh b/packages/python-cmake/build.sh index ae638f2051..5314475502 100644 --- a/packages/python-cmake/build.sh +++ b/packages/python-cmake/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION="4.2.0" TERMUX_PKG_SRCURL="https://github.com/scikit-build/cmake-python-distributions/archive/refs/tags/$TERMUX_PKG_VERSION.tar.gz" -TERMUX_PKG_SHA256=38c37c0b7175e56f61f4d8cce2926a298fb02ccfbb1ac045538a14fbe269ed98 +TERMUX_PKG_SHA256=0a1bc5635615f66faeb8442cb7b403e45a41ca88a12081f48557289f03353b7d TERMUX_PKG_DEPENDS="cmake, cmake-curses-gui, python, python-pip" TERMUX_PKG_SETUP_PYTHON=true TERMUX_PKG_BUILD_IN_SRC=true