summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2021-02-07 23:14:10 +0100
committerDario Ostuni2021-02-07 23:14:10 +0100
commit99cf7ce16e823f4e7037cce8a8d15646186bf6df (patch)
tree0434a4583c69fe6c2d2bfbb94fe3eaf1997ea379
parente0bbf800eff31071503852bd5ee00c313d0f91aa (diff)
downloadaur-99cf7ce16e823f4e7037cce8a8d15646186bf6df.tar.gz
Update to version 0.22.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad6dfe754b09..a11672188626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.21.0
+ pkgver = 0.22.1
pkgrel = 1
url = https://github.com/bytecodealliance/wasmtime
arch = i686
@@ -9,7 +9,7 @@ pkgbase = wasmtime
arch = aarch64
license = APACHE2
makedepends = cargo
- source = wasmtime-0.21.0::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.21.0
+ source = wasmtime-0.22.1::git+https://github.com/bytecodealliance/wasmtime.git#tag=v0.22.1
sha384sums = SKIP
pkgname = wasmtime
diff --git a/PKGBUILD b/PKGBUILD
index 4b75872b045d..75cf85cbabec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <dario.ostuni@gmail.com>
pkgname=wasmtime
-pkgver=0.21.0
+pkgver=0.22.1
pkgrel=1
pkgdesc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')