summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Ostuni2019-12-28 21:40:02 +0100
committerDario Ostuni2019-12-28 21:40:02 +0100
commit22ecff0216e71f4dcb560c32a0ba1859bc1fd58e (patch)
tree9fbc0eeb5bcf5de218fc405a5d813898febf35e8
parent3e1e079400d50dc498d90b606a0a92b9390a0112 (diff)
downloadaur-22ecff0216e71f4dcb560c32a0ba1859bc1fd58e.tar.gz
Update version to 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325efcbba710..2721c5bd65d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.3.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/CraneStation/wasmtime
arch = i686
@@ -9,8 +9,8 @@ pkgbase = wasmtime
arch = aarch64
license = APACHE2
makedepends = cargo
- source = https://github.com/CraneStation/wasmtime/archive/v0.3.0.tar.gz
- sha384sums = c043bf58f24a174d832b14b4aa1a6de17cd608648753da65c64f33254e79df913ce0e709abcd9645e71ebed4c2134360
+ source = https://github.com/CraneStation/wasmtime/archive/v0.8.0.tar.gz
+ sha384sums = 89005894df1d1a43a75636ed50637c8a5b9d22b17f67e4a3d9c26188d32fd76d7e10fbc3af7826648c5306318b670810
pkgname = wasmtime
diff --git a/PKGBUILD b/PKGBUILD
index 211ad2c50317..c70fd106c8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dario Ostuni <dario.ostuni@gmail.com>
pkgname=wasmtime
-pkgver=0.3.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -11,7 +11,7 @@ depends=()
makedepends=('cargo')
options=()
source=("https://github.com/CraneStation/wasmtime/archive/v${pkgver}.tar.gz")
-sha384sums=('c043bf58f24a174d832b14b4aa1a6de17cd608648753da65c64f33254e79df913ce0e709abcd9645e71ebed4c2134360')
+sha384sums=('89005894df1d1a43a75636ed50637c8a5b9d22b17f67e4a3d9c26188d32fd76d7e10fbc3af7826648c5306318b670810')
build() {
cd "$srcdir/$pkgname-$pkgver"