summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2021-05-22 10:11:37 +0800
committerNing Sun2021-05-22 10:11:37 +0800
commitb17eead038c00baeb2d542dcbbb77cd829cdbd81 (patch)
treed7e6d480c03f4d817759282370d9cead1fbe8ba7
parent55360c0c5d17ffdb206e04480b792c798ef4361e (diff)
downloadaur-b17eead038c00baeb2d542dcbbb77cd829cdbd81.tar.gz
0.27.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e2d2dfdd00..5c6e2af025ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.26.0
+ pkgver = 0.27.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.26.0/wasmtime-v0.26.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.27.0/wasmtime-v0.27.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2638a2763156..273d73082358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmtime-bin
-pkgver=0.26.0
+pkgver=0.27.0
pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')