From 4e8720d338b9430b9aa95ccccb891a97d238bde2 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 24 Dec 2025 07:51:53 +0100 Subject: [PATCH 1/3] ggml: Update to 0.9.4.r395.gac0c8be4 --- mingw-w64-ggml/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-ggml/PKGBUILD b/mingw-w64-ggml/PKGBUILD index b7e8b18e21e52..7ea51a70ddb7a 100644 --- a/mingw-w64-ggml/PKGBUILD +++ b/mingw-w64-ggml/PKGBUILD @@ -3,7 +3,7 @@ _realname=ggml pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.9.4.r371.gd80bac55 +pkgver=0.9.4.r395.gac0c8be4 pkgrel=1 pkgdesc="Tensor library for machine learning (mingw-w64)" arch=('any') @@ -27,9 +27,9 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-vulkan-headers" "git" ) -_commit="d80bac55f6d0c57e57143f80cbb6e3155dec1cc7" +_commit="ac0c8be49c7458bcc6eae164244d7335ce9cc184" source=("git+https://github.com/ggml-org/ggml.git#commit=${_commit}") -sha256sums=('5fa00aa8ebfc085dfd97e2f5deaa53245afbd48ad2ab202907f25e978d388de1') +sha256sums=('21bec313f7b8d8a41f7e7975056fdbb8649014a822eb8a5f6c6846719735bcce') pkgver() { cd "${_realname}" From 4521e2d8ee9f1d07c9b5d0c1eb048a11f0d31d5e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 24 Dec 2025 08:00:57 +0100 Subject: [PATCH 2/3] llama.cpp: Update to b7525 --- mingw-w64-llama.cpp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-llama.cpp/PKGBUILD b/mingw-w64-llama.cpp/PKGBUILD index c00329aed6ebe..6537fde410425 100644 --- a/mingw-w64-llama.cpp/PKGBUILD +++ b/mingw-w64-llama.cpp/PKGBUILD @@ -4,7 +4,7 @@ _realname=llama.cpp pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") epoch=1 -pkgver=b7376 +pkgver=b7525 pkgrel=1 pkgdesc="Library and tools for running inference with Meta's LLaMA model (and derivatives) in C/C++ (mingw-w64)" arch=('any') @@ -23,7 +23,7 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-ninja" ) source=("https://github.com/ggml-org/llama.cpp/archive/${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('66b400cafd0742e1d1bf47617f9c8eacd7ef1dbab0c07ca0badbaec962c2429d') +sha256sums=('71274debd4a5237bbcb36e0e1327422092a2dcec0f2994477aa938028fd74da6') prepare() { cd ${_realname}-${pkgver} From de7c2ead05477cccb2d21c0bc27b251fed79c291 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Wed, 24 Dec 2025 08:01:46 +0100 Subject: [PATCH 3/3] whisper.cpp: Update to 1.8.2.r344.g6c22e792 --- mingw-w64-whisper.cpp/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-whisper.cpp/PKGBUILD b/mingw-w64-whisper.cpp/PKGBUILD index 5f835dd124acd..771a7126ea394 100644 --- a/mingw-w64-whisper.cpp/PKGBUILD +++ b/mingw-w64-whisper.cpp/PKGBUILD @@ -4,7 +4,7 @@ _realname=whisper.cpp pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") epoch=1 -pkgver=1.8.2.r320.gf0c9017a +pkgver=1.8.2.r344.g6c22e792 pkgrel=1 pkgdesc="Port of OpenAI's Whisper model in C/C++ (mingw-w64)" arch=('any') @@ -22,10 +22,10 @@ makedepends=( "${MINGW_PACKAGE_PREFIX}-ninja" "git" ) -_commit=f0c9017a2f5913b68295e7be9444f79e0c7de7eb +_commit=6c22e792cb0ee155b6587ce71a8410c3aeb06949 source=("git+https://github.com/ggml-org/whisper.cpp#commit=${_commit}") #source=("https://github.com/ggml-org/whisper.cpp/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") -sha256sums=('03424b16ac0eb465575e1c91fbfa376eb09d573dfd5e042c23ca43607c94c564') +sha256sums=('605838b761320f7d6f186a70fee1daf7d0835a7380e4f6d860fb6a32f6a67585') pkgver() { cd "${_realname}"