Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
fbb9cf2f by Frederik Schwan at 2025-09-24T13:03:30+02:00
upgpkg: 37.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 = 37.0.0
+ pkgver = 37.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=v37.0.0
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v37.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 =
54f1fff8b00379cea439949aee40729d36f8619a164aeea0f9a4590cb018229bfdda13627d6bddfce2e503673cb018cb8e67a7dbeed400701509f168bcd90bf9
+ b2sums =
76437c4711eb7401654bab74c8558af6e96b70dabcd6148b4cbeca2e9b956ca9db6c7668c3da666c4f1ed795f5caab7a794eab3ac1187365c0e686e18e578dca
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=37.0.0
+pkgver=37.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=('54f1fff8b00379cea439949aee40729d36f8619a164aeea0f9a4590cb018229bfdda13627d6bddfce2e503673cb018cb8e67a7dbeed400701509f168bcd90bf9'
+b2sums=('76437c4711eb7401654bab74c8558af6e96b70dabcd6148b4cbeca2e9b956ca9db6c7668c3da666c4f1ed795f5caab7a794eab3ac1187365c0e686e18e578dca'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/fbb9cf2f8d5b8fdfa7e1c10d88a7acd6427b3eb6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/fbb9cf2f8d5b8fdfa7e1c10d88a7acd6427b3eb6
You're receiving this email because of your account on gitlab.archlinux.org.