Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
wasmtime
Commits:
c8c69a45 by Frederik Schwan at 2024-09-25T11:40:36+02:00
upgpkg: 25.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 = 25.0.0
+ pkgver = 25.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=v25.0.0
+ source =
git+https://github.com/bytecodealliance/wasmtime.git#commit=v25.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 =
114663d74d1045d179be522a70bef44019f04c9bcbca2bd1429c921f8af8d56412573730b3eacbd7ce854fa4dca77d05f110f39e0a90c0643283b1f6a5a7ffc0
+ b2sums =
8b513c5c6ef5599748940424ee1979c16e4f18b43fb02f6464eaa7a0682d5007c3e7884d642aba1c1d1435d015fd8d35938b829c765f517fe26e984701d2841f
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Dario Ostuni <[email protected]>
pkgname=wasmtime
-pkgver=25.0.0
+pkgver=25.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=('114663d74d1045d179be522a70bef44019f04c9bcbca2bd1429c921f8af8d56412573730b3eacbd7ce854fa4dca77d05f110f39e0a90c0643283b1f6a5a7ffc0'
+b2sums=('8b513c5c6ef5599748940424ee1979c16e4f18b43fb02f6464eaa7a0682d5007c3e7884d642aba1c1d1435d015fd8d35938b829c765f517fe26e984701d2841f'
'SKIP'
'SKIP'
'SKIP'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/c8c69a45a7234a3a3e787e2e8c2b9801a39a6fed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasmtime/-/commit/c8c69a45a7234a3a3e787e2e8c2b9801a39a6fed
You're receiving this email because of your account on gitlab.archlinux.org.