summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2021-08-03 21:04:02 +0800
committerNing Sun2021-08-03 21:04:02 +0800
commit022ce07300b70200a9cf8bcb668d480ec6b9c3c6 (patch)
treeb9a9fd140d5f757ccc4e272a9323239fdb93b17b
parent970ee4dda00207af36f1fa95c9f5fc4f4c05e332 (diff)
downloadaur-022ce07300b70200a9cf8bcb668d480ec6b9c3c6.tar.gz
0.29.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c31d883f2025..fccb54c65b24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmtime-bin
pkgdesc = Standalone JIT-style runtime for WebAssembly, using Cranelift
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://wasmtime.dev/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = wasmtime-bin
provides = wasmtime
provides = wasm2obj
conflicts = wasmtime
- source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.28.0/wasmtime-v0.28.0-x86_64-linux.tar.xz
+ source = https://github.com/bytecodealliance/wasmtime/releases/download/v0.29.0/wasmtime-v0.29.0-x86_64-linux.tar.xz
sha512sums = SKIP
pkgname = wasmtime-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d8e77ad89d4..3bb28a9c3746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=wasmtime-bin
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc='Standalone JIT-style runtime for WebAssembly, using Cranelift'
provides=('wasmtime' 'wasm2obj')