summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-05-20 16:17:48 +0700
committerkhai96_2020-05-20 16:17:48 +0700
commit9e606362591e8f7a231bbd12d4842aa858bd539c (patch)
treeb2da584b787e2da008b7fb83eb4233aaa55ff916
parente5120cb098d03c7ef4345fc50a7ec7190cbe39c9 (diff)
downloadaur-9e606362591e8f7a231bbd12d4842aa858bd539c.tar.gz
0.16.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579aff4c437a..edafdd83e05d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.12.0
+ pkgver = 0.16.0
pkgrel = 0
url = https://wasmtime.dev/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = wasmtime-bin
provides = wasmtime
provides = wasm2obj
conflicts = wasmtime
- source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.12.0/wasmtime-v0.12.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.16.0/wasmtime-v0.16.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 972c558f1702..5aac379406ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmtime-bin
-pkgver=0.12.0
+pkgver=0.16.0
pkgrel=0
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')