summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2672a93626c3..f685a02d9c14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = i686
@@ -9,7 +9,7 @@ pkgbase = wasmtime
arch = aarch64
license = APACHE2
makedepends = cargo
- source = wasmtime-0.8.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.8.0
+ source = wasmtime-0.9.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.9.0
sha384sums = SKIP
pkgname = wasmtime
diff --git a/PKGBUILD b/PKGBUILD
index 30cc9c665705..f56d70352ad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <dario.ostuni@gmail.com>
pkgname=wasmtime
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')