diff --git a/packages/llvm-mingw-w64-libcompiler-rt/build.sh b/packages/llvm-mingw-w64-libcompiler-rt/build.sh index 5572184631..11d73fee16 100644 --- a/packages/llvm-mingw-w64-libcompiler-rt/build.sh +++ b/packages/llvm-mingw-w64-libcompiler-rt/build.sh @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Compiler runtime libraries for LLVM-MinGW" TERMUX_PKG_LICENSE="Apache-2.0" TERMUX_PKG_MAINTAINER="@licy183" # Bump llvm-mingw-w64* to the same version in one PR. -TERMUX_PKG_VERSION="20241030" +TERMUX_PKG_VERSION="20250402" TERMUX_PKG_SRCURL=https://github.com/mstorsjo/llvm-mingw/releases/download/$TERMUX_PKG_VERSION/llvm-mingw-$TERMUX_PKG_VERSION-ucrt-ubuntu-20.04-x86_64.tar.xz -TERMUX_PKG_SHA256=05c55108e9b400bda1d4cef8e22c0e5f9495f1316c072e92b9f7965114a30b66 +TERMUX_PKG_SHA256=a23248baa1447df94ed14dce07997ab01da45bda74ac5370bbd098ed1c56a362 TERMUX_PKG_AUTO_UPDATE=false TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_NO_STATICSPLIT=true