summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-03-05 09:47:24 +0700
committerkhai96_2020-03-05 09:47:24 +0700
commit9e46f538d54c7dee21f1481284e9ee8868b7b74f (patch)
tree72c538e7dae7ca6785833530b4f90a875c0f744d
parent6e074f0d2f3007957a23445ad219a07c6148854e (diff)
downloadaur-9e46f538d54c7dee21f1481284e9ee8868b7b74f.tar.gz
0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90bffc5bcb84..82f30ecd8d61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmer-bin
pkgdesc = Universal WebAssembly runtime
- pkgver = 0.14.1
+ pkgver = 0.15.0
pkgrel = 0
url = https://wasmer.io/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = wasmer-bin
provides = wapm
conflicts = wasmer
conflicts = wapm
- source = wasmer-linux-amd64-0.14.1.tar.gz::https://github.com/wasmerio/wasmer/releases/download/0.14.1/wasmer-linux-amd64.tar.gz
- source = https://raw.githubusercontent.com/wasmerio/wasmer/0.14.1/LICENSE
+ source = wasmer-linux-amd64-0.15.0.tar.gz::https://github.com/wasmerio/wasmer/releases/download/0.15.0/wasmer-linux-amd64.tar.gz
+ source = https://raw.githubusercontent.com/wasmerio/wasmer/0.15.0/LICENSE
source = wapm.sh
source = logo.sh
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 885ac81d790d..ff9d45b3d441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmer-bin
-pkgver=0.14.1
+pkgver=0.15.0
pkgrel=0
pkgdesc='Universal WebAssembly runtime'
arch=(x86_64)