Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
888f0829 by Frederik Schwan at 2026-01-21T10:43:09+01:00
upgpkg: 41.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 40.0.2
+ pkgver = 41.0.0
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=v40.0.2
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v41.0.0
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 =
41a44290b5343ca738e2263ddd06e2c03b58890aef644df3c45359966704e33660791ea19a9e31add46f170760d2fee676b6fa39c9e53531f16f4ca37f8b217f
+ b2sums =
e42e63cdec0f5fe4a6ed58beb9846c4f5dcf2ce3448c8b7d4856fe1a467314dc8de3e7082c3ac33bdbb42f9924109baae709c1b4b31b130ea39203eb8c25fe1a
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=40.0.2
+pkgver=41.0.0
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=('41a44290b5343ca738e2263ddd06e2c03b58890aef644df3c45359966704e33660791ea19a9e31add46f170760d2fee676b6fa39c9e53531f16f4ca37f8b217f'
+b2sums=('e42e63cdec0f5fe4a6ed58beb9846c4f5dcf2ce3448c8b7d4856fe1a467314dc8de3e7082c3ac33bdbb42f9924109baae709c1b4b31b130ea39203eb8c25fe1a'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/888f0829460d16959c92e3504ab56734295e7c1a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/888f0829460d16959c92e3504ab56734295e7c1a
You're receiving this email because of your account on gitlab.archlinux.org.