Quentin Michaud pushed to branch main at Arch Linux / Packaging / Packages / 
wasm-tools


Commits:
a2bf8d0e by Quentin Michaud at 2025-08-06T14:37:42+02:00
upgpkg: 1.236.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = wasm-tools
        pkgdesc = Low level tooling for WebAssembly in Rust
-       pkgver = 1.235.0
-       pkgrel = 2
+       pkgver = 1.236.0
+       pkgrel = 1
        url = https://github.com/bytecodealliance/wasm-tools
        arch = x86_64
        license = Apache-2.0
        makedepends = cargo
        depends = glibc
        depends = gcc-libs
-       source = 
wasm-tools-1.235.0.tar.gz::https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.235.0.tar.gz
-       source = 
wasm-testsuite-970d36b21676828f0d4482abee5554cd2c9813e6.tar.gz::https://github.com/WebAssembly/testsuite/archive/970d36b21676828f0d4482abee5554cd2c9813e6.tar.gz
-       sha256sums = 
babd9a5d3173882997458985842b9d990f31bf5d2871ded0845c2e33bbdc4c93
-       sha256sums = 
65770a82eeaf34af066ca3a692d7ef22d88f07ac626efc55a287b1b5302dc388
+       source = 
wasm-tools-1.236.0.tar.gz::https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.236.0.tar.gz
+       source = 
wasm-testsuite-f50a6621db90a94e9284b903a5adac4ac3aa076b.tar.gz::https://github.com/WebAssembly/testsuite/archive/f50a6621db90a94e9284b903a5adac4ac3aa076b.tar.gz
+       sha256sums = 
c4692ff747b4f3fac2094f1636c8f4bb86b64e7bbca9d0c402328bc7b736a9fe
+       sha256sums = 
2602ebdd4b2f0cb912c4e46c75ba8363bca1a7ef5468d1222c82054b9465f5aa
 
 pkgname = wasm-tools


=====================================
PKGBUILD
=====================================
@@ -1,22 +1,22 @@
 # Maintainer: Quentin Michaud <[email protected]>
 
 pkgname=wasm-tools
-pkgver=1.235.0
-pkgrel=2
+pkgver=1.236.0
+pkgrel=1
 pkgdesc="Low level tooling for WebAssembly in Rust"
 arch=("x86_64")
 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=970d36b21676828f0d4482abee5554cd2c9813e6
+_wasm_testsuite_commit=f50a6621db90a94e9284b903a5adac4ac3aa076b
 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=('babd9a5d3173882997458985842b9d990f31bf5d2871ded0845c2e33bbdc4c93'
-            '65770a82eeaf34af066ca3a692d7ef22d88f07ac626efc55a287b1b5302dc388')
+sha256sums=('c4692ff747b4f3fac2094f1636c8f4bb86b64e7bbca9d0c402328bc7b736a9fe'
+            '2602ebdd4b2f0cb912c4e46c75ba8363bca1a7ef5468d1222c82054b9465f5aa')
 
 prepare() {
     cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasm-tools/-/commit/a2bf8d0e7b1a0bcc2b109b8ffc52a3fb0eb4fa94

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wasm-tools/-/commit/a2bf8d0e7b1a0bcc2b109b8ffc52a3fb0eb4fa94
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to