summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2019-05-17 11:02:31 +0700
committerkhai96_2019-05-17 11:02:31 +0700
commit8cc0df165145670c43a530597530d8bea653868e (patch)
tree54f41e23a50a2da4738e48c4665df7dfe0a8d62a
parentced9622fef0b3677cfe67007565462e1c843a4c4 (diff)
downloadaur-8cc0df165145670c43a530597530d8bea653868e.tar.gz
0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c74dac4086..a8b0f292485e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmer-bin
pkgdesc = Universal WebAssembly runtime
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 0
url = https://wasmer.io/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = wasmer-bin
provides = wapm
conflicts = wasmer
conflicts = wapm
- source = https://github.com/wasmerio/wasmer/releases/download/0.4.1/wasmer-linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/wasmerio/wasmer/0.4.1/LICENSE
+ source = https://github.com/wasmerio/wasmer/releases/download/0.4.2/wasmer-linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/wasmerio/wasmer/0.4.2/LICENSE
source = wapm.sh
source = logo.sh
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9ef2508f22e7..b91af87ec961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmer-bin
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=0
pkgdesc='Universal WebAssembly runtime'
arch=(x86_64)