Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
d6d16ab8 by Frederik Schwan at 2024-10-22T19:21:06+02:00
upgpkg: 26.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 = 25.0.2
+ pkgver = 26.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=v25.0.2
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v26.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 =
141bc290bae9c87d417026bef3146b4c03e5f771dbce60cdd712616c7b43b152ff1c931a3a5633b3757ad1a7801adbb184dbfca288f22f4b0fcaba79e070291b
+ b2sums =
d4dfdb85936fe239963df6044bd84b6957d86de0eb5a9692e131f538fb17fb4d9f9c1f9d364196e6b700c3b985d6c66fb4508a785956ab002fd620cc9a2595e8
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=25.0.2
+pkgver=26.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=('141bc290bae9c87d417026bef3146b4c03e5f771dbce60cdd712616c7b43b152ff1c931a3a5633b3757ad1a7801adbb184dbfca288f22f4b0fcaba79e070291b'
+b2sums=('d4dfdb85936fe239963df6044bd84b6957d86de0eb5a9692e131f538fb17fb4d9f9c1f9d364196e6b700c3b985d6c66fb4508a785956ab002fd620cc9a2595e8'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/d6d16ab8ef0e6656bc2e8079ba6413c5707eda04
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/d6d16ab8ef0e6656bc2e8079ba6413c5707eda04
You're receiving this email because of your account on gitlab.archlinux.org.