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