Quentin Michaud pushed to branch main at Arch Linux / Packaging / Packages /
wasm-tools
Commits:
5daa7611 by Quentin Michaud at 2026-03-02T22:19:30+01:00
upgpkg: 1.245.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = wasm-tools
pkgdesc = Low level tooling for WebAssembly in Rust
- pkgver = 1.244.0
+ pkgver = 1.245.1
pkgrel = 1
url = https://github.com/bytecodealliance/wasm-tools
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = wasm-tools
makedepends = cargo
depends = glibc
depends = gcc-libs
- source =
wasm-tools-1.244.0.tar.gz::https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.244.0.tar.gz
- source =
wasm-testsuite-1144e51585d4571a443dbcbb3300d8d20d9b6d4d.tar.gz::https://github.com/WebAssembly/testsuite/archive/1144e51585d4571a443dbcbb3300d8d20d9b6d4d.tar.gz
- sha256sums =
405e19e651da2ffc5878b8ded2cfad357c8f9b069512470b17c4a6916249d185
- sha256sums =
48dbcb3b4d1be129f7918fbeb0f7cccd9b0f215825a7b55b98863f6e851bbcf3
+ source =
wasm-tools-1.245.1.tar.gz::https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.245.1.tar.gz
+ source =
wasm-testsuite-e999a1051925895022ab06abc25b23ca300ab0d0.tar.gz::https://github.com/WebAssembly/testsuite/archive/e999a1051925895022ab06abc25b23ca300ab0d0.tar.gz
+ sha256sums =
f8fc02ceec50f0188e4128159535e6c4195594e74c56ecc1db3113e62feb477d
+ sha256sums =
e289c03b4586b92f5e59e30078c4ea96d79fbdc59d993e866c694893473c315c
pkgname = wasm-tools
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Quentin Michaud <[email protected]>
pkgname=wasm-tools
-pkgver=1.244.0
+pkgver=1.245.1
pkgrel=1
pkgdesc="Low level tooling for WebAssembly in Rust"
arch=("x86_64")
@@ -9,14 +9,14 @@ url="https://github.com/bytecodealliance/wasm-tools"
license=("Apache-2.0")
depends=("glibc" "gcc-libs")
# Update using ./retrieve-testsuite-commit.sh <pkgver>
-_wasm_testsuite_commit=1144e51585d4571a443dbcbb3300d8d20d9b6d4d
+_wasm_testsuite_commit=e999a1051925895022ab06abc25b23ca300ab0d0
makedepends=("cargo")
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/bytecodealliance/$pkgname/archive/refs/tags/v$pkgver.tar.gz"
"wasm-testsuite-$_wasm_testsuite_commit.tar.gz::https://github.com/WebAssembly/testsuite/archive/$_wasm_testsuite_commit.tar.gz"
)
-sha256sums=('405e19e651da2ffc5878b8ded2cfad357c8f9b069512470b17c4a6916249d185'
- '48dbcb3b4d1be129f7918fbeb0f7cccd9b0f215825a7b55b98863f6e851bbcf3')
+sha256sums=('f8fc02ceec50f0188e4128159535e6c4195594e74c56ecc1db3113e62feb477d'
+ 'e289c03b4586b92f5e59e30078c4ea96d79fbdc59d993e866c694893473c315c')
options_aarch64=(!lto)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasm-tools/-/commit/5daa7611d6b3b41fc2e92999536b14e5f80d6a84
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wasm-tools/-/commit/5daa7611d6b3b41fc2e92999536b14e5f80d6a84
You're receiving this email because of your account on gitlab.archlinux.org.