summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2021-04-06 09:16:56 +0800
committerNing Sun2021-04-06 09:16:56 +0800
commit55360c0c5d17ffdb206e04480b792c798ef4361e (patch)
tree3d815d255d491b6ca9557e9cc50f2dcf9a43dcea
parentb38e6696a8a2764df70e0c7026573a983a81c063 (diff)
downloadaur-55360c0c5d17ffdb206e04480b792c798ef4361e.tar.gz
0.26.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cad51e1bbb96..84e2d2dfdd00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.25.0
+ pkgver = 0.26.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.25.0/wasmtime-v0.25.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.26.0/wasmtime-v0.26.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index e08bf8008bb2..2638a2763156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmtime-bin
-pkgver=0.25.0
+pkgver=0.26.0
pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')