Date: Monday, August 10, 2020 @ 20:58:19
  Author: jelle
Revision: 674163

upgpkg: wabt 1.0.19-1

Modified:
  wabt/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-10 20:51:34 UTC (rev 674162)
+++ PKGBUILD    2020-08-10 20:58:19 UTC (rev 674163)
@@ -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.17
+pkgver=1.0.19
 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=cf261f2bd561297e0da7008ddde8c09ba5ea35a2";
+source=("git+https://github.com/WebAssembly/wabt#commit=cd5ff133f84854f0b269f5cb06193ad8205f05d3";
         "git+https://github.com/WebAssembly/testsuite";
         "git+https://github.com/google/googletest";
         "git+https://github.com/dabeaz/ply";)

Reply via email to