Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
c7cb3791 by Frederik Schwan at 2024-05-20T22:34:31+02:00
upgpkg: 21.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 = 20.0.2
+ pkgver = 21.0.0
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = x86_64
@@ -9,13 +9,13 @@ pkgbase = wasmtime
makedepends = git
depends = gcc-libs
options = !lto
- source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v20.0.2
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v21.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 =
b16e4cf1469e7c20a6dad1ecfc438861fbfd43e118f3f549e1c612999e97dea1bf51d7cfe4b63b9fda7a1223444203b944394225c93276021b8f177cfbaaf549
+ b2sums =
cb2ef3d50b2a1e2a4ea6a5cf88fe560c3869d418b4aebd546d2cb2e75ef0760a42f3226255f7120e71d5914de48d8120558b5c0420e7dbef31645268474b5458
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=20.0.2
+pkgver=21.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=('b16e4cf1469e7c20a6dad1ecfc438861fbfd43e118f3f549e1c612999e97dea1bf51d7cfe4b63b9fda7a1223444203b944394225c93276021b8f177cfbaaf549'
+b2sums=('cb2ef3d50b2a1e2a4ea6a5cf88fe560c3869d418b4aebd546d2cb2e75ef0760a42f3226255f7120e71d5914de48d8120558b5c0420e7dbef31645268474b5458'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/c7cb3791dfa58cbe55bc876bfeced99b77a76b97
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/c7cb3791dfa58cbe55bc876bfeced99b77a76b97
You're receiving this email because of your account on gitlab.archlinux.org.