Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
22aaae15 by Frederik Schwan at 2026-01-27T10:07:52+01:00
upgpkg: 41.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 41.0.0
+ pkgver = 41.0.1
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
@@ -10,13 +10,13 @@ pkgbase = wasmtime
makedepends = git
depends = gcc-libs
options = !lto
- source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v41.0.0
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v41.0.1
source = git+https://github.com/WebAssembly/testsuite.git
source = git+https://github.com/WebAssembly/wasm-c-api.git
source = git+https://github.com/WebAssembly/WASI.git
source = git+https://github.com/WebAssembly/wasi-nn.git
source = git+https://github.com/WebAssembly/wasi-crypto.git
- b2sums =
e42e63cdec0f5fe4a6ed58beb9846c4f5dcf2ce3448c8b7d4856fe1a467314dc8de3e7082c3ac33bdbb42f9924109baae709c1b4b31b130ea39203eb8c25fe1a
+ b2sums =
2bc414bde95496a11f7a18b7954dcc2d38057baaf854a63800d237c3b7f68143dd6b5c9e47b8d353bbd92791acf1b9e1a39c7e8379b54690343c38d9300cfb1b
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=41.0.0
+pkgver=41.0.1
pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
arch=('x86_64')
@@ -17,7 +17,7 @@
source=("git+https://github.com/bytecodealliance/wasmtime.git#commit=v${pkgver}"
git+https://github.com/WebAssembly/WASI.git
git+https://github.com/WebAssembly/wasi-nn.git
git+https://github.com/WebAssembly/wasi-crypto.git)
-b2sums=('e42e63cdec0f5fe4a6ed58beb9846c4f5dcf2ce3448c8b7d4856fe1a467314dc8de3e7082c3ac33bdbb42f9924109baae709c1b4b31b130ea39203eb8c25fe1a'
+b2sums=('2bc414bde95496a11f7a18b7954dcc2d38057baaf854a63800d237c3b7f68143dd6b5c9e47b8d353bbd92791acf1b9e1a39c7e8379b54690343c38d9300cfb1b'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/22aaae15888eafd8d23a7d1636674ba8c1dbaaba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/22aaae15888eafd8d23a7d1636674ba8c1dbaaba
You're receiving this email because of your account on gitlab.archlinux.org.