summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223a341b2c60..6231dc3a5191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.25.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = i686
@@ -10,8 +10,7 @@ pkgbase = wasmtime
license = APACHE2
makedepends = cargo
makedepends = git
- source = wasmtime-0.25.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.25.0
+ source = wasmtime-0.29.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.29.0
sha384sums = SKIP
pkgname = wasmtime
-
diff --git a/PKGBUILD b/PKGBUILD
index d8fa820e9be8..3bf49e05f3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <dario.ostuni@gmail.com>
pkgname=wasmtime
-pkgver=0.25.0
+pkgver=0.29.0
pkgrel=1
pkgdesc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')