Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
060f9568 by Frederik Schwan at 2025-11-20T23:57:22+01:00
upgpkg: 39.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 = 38.0.4
+ pkgver = 39.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=v38.0.4
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v39.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 =
f9a9fbfebb039654f3a06452bc58250465a32712a2d41aaeb5af10715e110b7b2c61695b143d65095255094bf7cdf8f23c5468014f5514547e98bba675a2c6e0
+ b2sums =
6f1c4cc3cecbc73b103738bc8dc4e4da31e41be9a695c1151a3798eb074791556166c945e4e7ed633c035f69933b4e95342c9819646d30f827fdf4e3e1197d02
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=38.0.4
+pkgver=39.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=('f9a9fbfebb039654f3a06452bc58250465a32712a2d41aaeb5af10715e110b7b2c61695b143d65095255094bf7cdf8f23c5468014f5514547e98bba675a2c6e0'
+b2sums=('6f1c4cc3cecbc73b103738bc8dc4e4da31e41be9a695c1151a3798eb074791556166c945e4e7ed633c035f69933b4e95342c9819646d30f827fdf4e3e1197d02'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/060f95688317a42e060ccd028a14cdb0af2fa20c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/060f95688317a42e060ccd028a14cdb0af2fa20c
You're receiving this email because of your account on gitlab.archlinux.org.