Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
d7081f3e by Frederik Schwan at 2026-02-26T11:04:48+01:00
upgpkg: 42.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 = 42.0.0
+ pkgver = 42.0.1
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
@@ -10,13 +10,13 @@ pkgbase = wasmtime
makedepends = git
depends = libgcc
options = !lto
- source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v42.0.0
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v42.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 =
3b64a8c6675eca6107527b2654288b6e8fe89063bc1e10637ab5ed2f4d1d6c3469a1d423a1c18d2108d8fafe3bcccab91b33ac7aeb875f6f7fe97e59c166ee8e
+ b2sums =
93cd203055b5333b4e66944bc76ea5b21ef329c922355781bf9f61fa89d29fb96a8c23470312b15d90a363f01cefc3cd6c6111032d0aa96e6df91fcf2d038a4e
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=42.0.0
+pkgver=42.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=('3b64a8c6675eca6107527b2654288b6e8fe89063bc1e10637ab5ed2f4d1d6c3469a1d423a1c18d2108d8fafe3bcccab91b33ac7aeb875f6f7fe97e59c166ee8e'
+b2sums=('93cd203055b5333b4e66944bc76ea5b21ef329c922355781bf9f61fa89d29fb96a8c23470312b15d90a363f01cefc3cd6c6111032d0aa96e6df91fcf2d038a4e'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/d7081f3ea59c9408ef7edbd17d4bfcfda2168596
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/d7081f3ea59c9408ef7edbd17d4bfcfda2168596
You're receiving this email because of your account on gitlab.archlinux.org.