Skip to content

Commit 5b743cf

Browse files
authored
wasm-tools: update to 1.248.0 (#29269)
1 parent 1a9a3db commit 5b743cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mingw-w64-wasm-tools/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=wasm-tools
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=1.247.0
6+
pkgver=1.248.0
77
pkgrel=1
88
pkgdesc="Low level tooling for WebAssembly in Rust (mingw-w64)"
99
arch=("any")
@@ -12,14 +12,14 @@ url="https://github.com/bytecodealliance/wasm-tools"
1212
msys2_repository_url="https://github.com/bytecodealliance/wasm-tools"
1313
license=('spdx:Apache-2.0 WITH LLVM-exception AND Apache-2.0 AND MIT')
1414
# Update using ./retrieve-testsuite-commit.sh <pkgver>
15-
_wasm_testsuite_commit=e999a1051925895022ab06abc25b23ca300ab0d0
15+
_wasm_testsuite_commit=51279a9d02cbba193cb25142d115388d7b83299c
1616
makedepends=("${MINGW_PACKAGE_PREFIX}-rust" "${MINGW_PACKAGE_PREFIX}-git")
1717
source=(
1818
"https://github.com/bytecodealliance/${_realname}/archive/refs/tags/v${pkgver}/${_realname}-${pkgver}.tar.gz"
1919
"https://github.com/WebAssembly/testsuite/archive/${_wasm_testsuite_commit}/wasm-testsuite-${_wasm_testsuite_commit}.tar.gz"
2020
)
21-
sha256sums=('664741d72b9ca45ba34ccc46b0747cb4900200be4ddac028d23f679c8ee557c4'
22-
'e289c03b4586b92f5e59e30078c4ea96d79fbdc59d993e866c694893473c315c')
21+
sha256sums=('ad3222fba69e8ea8221e723dc024dee9e0e85aed63b29f1379e1f2e98b6e03cb'
22+
'1b3caa3fab5259b1e1cda8c66d14ee8c81f5e0dc6322f518964c0c6f6590d945')
2323

2424
prepare() {
2525
cd "${_realname}-${pkgver}"

0 commit comments

Comments
 (0)