Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
fastflowlm
Commits:
73ee82a3 by Christian Heusel at 2026-03-19T18:19:10+01:00
upgpkg: 0.9.36-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fastflowlm
pkgdesc = Run LLMs on AMD Ryzen AI NPUs
- pkgver = 0.9.35
- pkgrel = 2
+ pkgver = 0.9.36
+ pkgrel = 1
url = https://www.fastflowlm.com/
arch = x86_64
license = MIT AND
LicenseRef-FastFlowLMProprietaryBinaryLicenseAgreement-2.0
@@ -22,9 +22,9 @@ pkgbase = fastflowlm
depends = xrt
depends = xrt-plugin-amdxdna
options = !lto
- source =
fastflowlm::git+https://github.com/FastFlowLM/FastFlowLM.git#tag=v0.9.35
+ source =
fastflowlm::git+https://github.com/FastFlowLM/FastFlowLM.git#tag=v0.9.36
source =
fastflowlm-tokenizers-cpp::git+https://github.com/mlc-ai/tokenizers-cpp
- sha256sums =
fd2dfa637cbba11fc6cc808c6cfaf0acf46b3ef1a552fe237c34c45c5b084734
+ sha256sums =
7561f1561253dc3651e387b3307a56b6f25677c23669249fb03d85f9699d0005
sha256sums = SKIP
pkgname = fastflowlm
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=fastflowlm
-pkgver=0.9.35
-pkgrel=2
+pkgver=0.9.36
+pkgrel=1
pkgdesc='Run LLMs on AMD Ryzen AI NPUs'
arch=('x86_64')
url='https://www.fastflowlm.com/'
@@ -36,7 +36,7 @@ source=(
"${pkgname}::git+https://github.com/FastFlowLM/FastFlowLM.git#tag=v${pkgver}"
"${pkgname}-tokenizers-cpp::git+https://github.com/mlc-ai/tokenizers-cpp"
)
-sha256sums=('fd2dfa637cbba11fc6cc808c6cfaf0acf46b3ef1a552fe237c34c45c5b084734'
+sha256sums=('7561f1561253dc3651e387b3307a56b6f25677c23669249fb03d85f9699d0005'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastflowlm/-/commit/73ee82a3ee9dee7310a58ba8e289e105d1b6def6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fastflowlm/-/commit/73ee82a3ee9dee7310a58ba8e289e105d1b6def6
You're receiving this email because of your account on gitlab.archlinux.org.