summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-12-16 16:28:51 +0700
committerkhai96_2020-12-16 16:28:51 +0700
commita2f8a300dbc3c5f4d11fd78d8a7cbce77b554c41 (patch)
treee9958872efdb58df2705fe9ede48e5501000faea
parentf648f5dd5e82b6e3f160995fbce189c0591866ed (diff)
downloadaur-a2f8a300dbc3c5f4d11fd78d8a7cbce77b554c41.tar.gz
0.21.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6b821f20c4b..c2310d3d5c22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.19.0
+ pkgver = 0.21.0
pkgrel = 1
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.19.0/wasmtime-v0.19.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.21.0/wasmtime-v0.21.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9b96f9fb7266..77b5ae6aac88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='wasmtime-bin'
-pkgver='0.19.0'
+pkgver='0.21.0'
pkgrel='1'
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')