Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
229d1ea6 by Frederik Schwan at 2025-09-20T19:20:08+02:00
upgpkg: 37.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 = 36.0.2
+ pkgver = 37.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=v36.0.2
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v37.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 =
0981ba9ed63f88d8b97e4b3d6dbe5315c3ed2cf11412edcc1dfa47eb26b2e0df12a7c50352ca07d25a02ebc7253f9c42e99064244bdfd8048d62ced4cfd8282b
+ b2sums =
54f1fff8b00379cea439949aee40729d36f8619a164aeea0f9a4590cb018229bfdda13627d6bddfce2e503673cb018cb8e67a7dbeed400701509f168bcd90bf9
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=36.0.2
+pkgver=37.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=('0981ba9ed63f88d8b97e4b3d6dbe5315c3ed2cf11412edcc1dfa47eb26b2e0df12a7c50352ca07d25a02ebc7253f9c42e99064244bdfd8048d62ced4cfd8282b'
+b2sums=('54f1fff8b00379cea439949aee40729d36f8619a164aeea0f9a4590cb018229bfdda13627d6bddfce2e503673cb018cb8e67a7dbeed400701509f168bcd90bf9'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/229d1ea631bb4f90a15e91e4a42c5170d4b43c15
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/229d1ea631bb4f90a15e91e4a42c5170d4b43c15
You're receiving this email because of your account on gitlab.archlinux.org.