summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2021-10-29 23:07:24 +0800
committerNing Sun2021-10-29 23:07:24 +0800
commit780a64b8415c694298d09eaf691993c87c622ab9 (patch)
tree99f0f51baade3a53d5796305a32ebfef35ac8457
parent022ce07300b70200a9cf8bcb668d480ec6b9c3c6 (diff)
downloadaur-wasmtime-bin.tar.gz
0.31.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fccb54c65b24..fc0d2b54d9d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.29.0
+ pkgver = 0.31.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.29.0/wasmtime-v0.29.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.31.0/wasmtime-v0.31.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3bb28a9c3746..77956b244cec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmtime-bin
-pkgver=0.29.0
+pkgver=0.31.0
pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')