summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-02-27 09:48:57 +0700
committerkhai96_2020-02-27 09:48:57 +0700
commite5120cb098d03c7ef4345fc50a7ec7190cbe39c9 (patch)
tree656618cb0622c4063d2b72e63d523492d951e668
parent893d20113dc3fa6f823a31feebc8da2e88ab9e00 (diff)
downloadaur-e5120cb098d03c7ef4345fc50a7ec7190cbe39c9.tar.gz
0.12.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15c18d5428c6..579aff4c437a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.8.0
+ pkgver = 0.12.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.8.0/wasmtime-v0.8.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.12.0/wasmtime-v0.12.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6355b72687d0..972c558f1702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmtime-bin
-pkgver=0.8.0
+pkgver=0.12.0
pkgrel=0
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')