summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2020-04-18 16:15:44 +0200
committerDario Ostuni2020-04-18 16:15:44 +0200
commit1aa74a9d061e5a0b17145ddb2e0d2b5b0ee1ec42 (patch)
tree86a8f56f685701a624681095e04e9b52e1ba65b0
parent8960dc5e10f2c7fc09914ef64908e2b3a691267e (diff)
downloadaur-1aa74a9d061e5a0b17145ddb2e0d2b5b0ee1ec42.tar.gz
Update to version 0.15.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0911f41f64da..f26d9a72f67c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.12.0
+ pkgver = 0.15.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.12.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.12.0
+ source = wasmtime-0.15.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.15.0
sha384sums = SKIP
pkgname = wasmtime
diff --git a/PKGBUILD b/PKGBUILD
index 5818e7f7c3fc..adc8d53f6669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <dario.ostuni@gmail.com>
pkgname=wasmtime
-pkgver=0.12.0
+pkgver=0.15.0
pkgrel=1
pkgdesc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')