summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2022-03-01 08:30:31 +0700
committerkhai96_2022-03-01 08:30:31 +0700
commit776ca535eb881cb5e2dd115fce9421a65b92b673 (patch)
tree601d140e1bfafd0284d5d42d9dcc8be462b2ce2e
parent43aebf68736dd7d0fe959c0722549cb9c8450a85 (diff)
downloadaur-776ca535eb881cb5e2dd115fce9421a65b92b673.tar.gz
2.2.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05664c226ce7..8cef819beb2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmer-bin
pkgdesc = Universal WebAssembly runtime
- pkgver = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://wasmer.io/
arch = x86_64
@@ -13,17 +13,17 @@ pkgbase = wasmer-bin
provides = wasmer_wasm.h
provides = wasmer.h
provides = libwasmer.a
- provides = libwasmer.so.2.1.1
- provides = libwasmer.so.2.1
+ provides = libwasmer.so.2.2.0
+ provides = libwasmer.so.2.2
provides = libwasmer.so.2
- provides = libwamser.so=2.1.1
+ provides = libwamser.so=2.2.0
conflicts = wasmer
conflicts = wapm
options = strip
options = libtool
options = staticlibs
- source = wasmer-linux-amd64-2.1.1.tar.gz::https://github.com/wasmerio/wasmer/releases/download/2.1.1/wasmer-linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/wasmerio/wasmer/2.1.1/LICENSE
+ source = wasmer-linux-amd64-2.2.0.tar.gz::https://github.com/wasmerio/wasmer/releases/download/2.2.0/wasmer-linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/wasmerio/wasmer/2.2.0/LICENSE
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4ac3e3733dbb..686f8166b9ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname='wasmer-bin'
-pkgver='2.1.1'
+pkgver='2.2.0'
_shortver="${pkgver%.*}"
_majorver="${_shortver%.*}"
pkgrel='1'
@@ -55,7 +55,7 @@ package() {
cd "$srcdir"
msg2 'Installing executable commands...'
- for name in wasmer wapm wax; do
+ for name in wasmer wapm wax wasmer-headless; do
install -Dm755 "bin/$name" "$pkgdir/usr/bin/$name"
done