From b7acdb825aae0260cf74b4bbe968702e7ea6fff7 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Fri, 20 Feb 2026 01:44:16 +0000 Subject: [PATCH] bump(main/onnxruntime): 1.24.2 This commit has been automatically submitted by Github Actions. --- packages/onnxruntime/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/onnxruntime/build.sh b/packages/onnxruntime/build.sh index 98caff9748..599c33bbb6 100644 --- a/packages/onnxruntime/build.sh +++ b/packages/onnxruntime/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://onnxruntime.ai/ TERMUX_PKG_DESCRIPTION="Cross-platform, high performance ML inferencing and training accelerator" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION="1.24.1" +TERMUX_PKG_VERSION="1.24.2" TERMUX_PKG_SRCURL=git+https://github.com/microsoft/onnxruntime TERMUX_PKG_DEPENDS="abseil-cpp, libc++, protobuf, libre2" TERMUX_PKG_BUILD_IN_SRC=true