Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
fcd2ae70 by Frederik Schwan at 2025-01-22T11:11:53+01:00
upgpkg: 29.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 = 29.0.0
+ pkgver = 29.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=v29.0.0
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v29.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 =
f37eec96cce8ed72f29213fe411f0a19b0a41fb72705241ce15e80227266b9fd72eb9255174041d9db82e739761bfa24c7b6d11670832f4235ce22d8fe924ae7
+ b2sums =
10f5f4e668643051a4782e328c8053327975d8b778fb8abfa2f4e2fedb510056a70091685ea5e2c1f90fab56cc622a3b3860deecdbaa7f5e3360e9273ccf498b
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=29.0.0
+pkgver=29.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=('f37eec96cce8ed72f29213fe411f0a19b0a41fb72705241ce15e80227266b9fd72eb9255174041d9db82e739761bfa24c7b6d11670832f4235ce22d8fe924ae7'
+b2sums=('10f5f4e668643051a4782e328c8053327975d8b778fb8abfa2f4e2fedb510056a70091685ea5e2c1f90fab56cc622a3b3860deecdbaa7f5e3360e9273ccf498b'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/fcd2ae70d15f5de5d2bf5c9b66c695042d4ba12c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/fcd2ae70d15f5de5d2bf5c9b66c695042d4ba12c
You're receiving this email because of your account on gitlab.archlinux.org.