summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2021-03-26 22:44:03 +0800
committerNing Sun2021-03-26 22:44:03 +0800
commitb38e6696a8a2764df70e0c7026573a983a81c063 (patch)
treee40b31fb2a4198bc107d253bd92a26d8ac05c15a
parentb21c26c961ec5ce3b6d6c7faa058b474b175ba12 (diff)
downloadaur-b38e6696a8a2764df70e0c7026573a983a81c063.tar.gz
0.25.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feff29232a74..cad51e1bbb96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.24.0
+ pkgver = 0.25.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.24.0/wasmtime-v0.24.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.25.0/wasmtime-v0.25.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index ff83be39e250..e08bf8008bb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmtime-bin
-pkgver=0.24.0
+pkgver=0.25.0
pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')