summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2021-01-21 23:16:09 +0800
committerNing Sun2021-01-21 23:16:09 +0800
commit9937c8399d96216d8bb55712ac0ca12c8f08fcb0 (patch)
treee30d0d22a78c00a26594392582e8d73683ce6569
parent78e9d5d25dfb570620612a78a4b953ba84a290ad (diff)
downloadaur-9937c8399d96216d8bb55712ac0ca12c8f08fcb0.tar.gz
0.22.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e7e3a44c23..273c8b1b3126 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.22.0
+ pkgver = 0.22.1
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.22.0/wasmtime-v0.22.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.22.1/wasmtime-v0.22.1-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1bb68c6acbd2..aa8a2c184c3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
-pkgname='wasmtime-bin'
-pkgver='0.22.0'
-pkgrel='1'
+pkgname=wasmtime-bin
+pkgver=0.22.1
+pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')
conflicts=('wasmtime')