Date: Sunday, June 26, 2022 @ 19:14:37 Author: jelle Revision: 1239549
upgpkg: wabt 1.0.29-1 Modified: wabt/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-26 18:43:46 UTC (rev 1239548) +++ PKGBUILD 2022-06-26 19:14:37 UTC (rev 1239549) @@ -4,13 +4,13 @@ pkgname=wabt pkgdesc="The WebAssembly Binary Toolkit is a suite of tools for WebAssembly" url="https://github.com/WebAssembly/wabt" -pkgver=1.0.26 +pkgver=1.0.29 pkgrel=1 arch=('x86_64') license=('APACHE') depends=(glibc gcc-libs) makedepends=('cmake' 'git' 'gcc' 'clang' 'python-ply' 'gtest') -source=("git+https://github.com/WebAssembly/wabt#commit=aa0515b3c808da880942db8658abeaa969534667?signed" +source=("git+https://github.com/WebAssembly/wabt#commit=c32fa597218dbe2c25b43a9837a8475b493ddb71" "git+https://github.com/WebAssembly/testsuite" "git+https://github.com/google/googletest" "git+https://github.com/dabeaz/ply")
