summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10c660b02b3b..8055341b7b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = llvm-mingw-w64-toolchain-ucrt-bin
pkgdesc = LLVM/Clang/LLD based mingw-w64 toolchain (UCRT) targeting i686, x86-64, armv7, and aarch64
- pkgver = 20241030
+ pkgver = 20250114
pkgrel = 1
url = https://github.com/mstorsjo/llvm-mingw
arch = aarch64
@@ -13,7 +13,7 @@ pkgbase = llvm-mingw-w64-toolchain-ucrt-bin
provides = mingw-w64-headers
provides = mingw-w64-winpthreads
options = !strip
- source = https://github.com/mstorsjo/llvm-mingw/releases/download/20241030/llvm-mingw-20241030-ucrt-ubuntu-20.04-x86_64.tar.xz
- sha256sums = 05c55108e9b400bda1d4cef8e22c0e5f9495f1316c072e92b9f7965114a30b66
+ source = https://github.com/mstorsjo/llvm-mingw/releases/download/20250114/llvm-mingw-20250114-ucrt-ubuntu-20.04-x86_64.tar.xz
+ sha256sums = a16f52dee819797248e6c7d63b8b1e50a92119f45767ecd8e9633d1733b896e2
pkgname = llvm-mingw-w64-toolchain-ucrt-bin
diff --git a/PKGBUILD b/PKGBUILD
index c2b6821127d6..c71a21368c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karl Ludwig Brennan <karlludwigbrennan@outlook.com>
pkgname=llvm-mingw-w64-toolchain-ucrt-bin
-pkgver=20241030
+pkgver=20250114
pkgrel=1
pkgdesc="LLVM/Clang/LLD based mingw-w64 toolchain (UCRT) targeting i686, x86-64, armv7, and aarch64"
_crt=ucrt
@@ -12,9 +12,9 @@ depends=()
provides=('llvm-mingw-w64-toolchain' 'mingw-w64-binutils' 'mingw-w64-crt' 'mingw-w64-gcc' 'mingw-w64-headers' 'mingw-w64-winpthreads')
source=("https://github.com/mstorsjo/llvm-mingw/releases/download/${pkgver}/llvm-mingw-${pkgver}-${_crt}-ubuntu-20.04-${CARCH}.tar.xz")
if [ "$CARCH" = "aarch64" ]; then
- sha256sums=('1f574003bd5a40e755db2de97944d60dd24945409b4a9443556aa69d30d8ba65')
+ sha256sums=('3b7b675a17189621700b5796d745db0aea6e29756870352390112101ad38afff')
else
- sha256sums=('05c55108e9b400bda1d4cef8e22c0e5f9495f1316c072e92b9f7965114a30b66')
+ sha256sums=('a16f52dee819797248e6c7d63b8b1e50a92119f45767ecd8e9633d1733b896e2')
fi
options=(!strip)