summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2023-09-07 00:44:13 +1200
committertee2023-09-07 00:44:13 +1200
commit4085b1d92a85a90622a868807cdf61170bac11d7 (patch)
tree5b1cd48c4df5f1afa078fa2a1fe936d91ad8c283
parent10053a40a338c63e15c1c6da88d74754b29f17c1 (diff)
downloadaur-4085b1d92a85a90622a868807cdf61170bac11d7.tar.gz
Update 0.13.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c068be44f1c2..716cdfccbdbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasmedge
pkgdesc = WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.
- pkgver = 0.13.3
+ pkgver = 0.13.4
pkgrel = 1
url = https://wasmedge.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = wasmedge
depends = pkgconf
depends = ninja
depends = rapidjson
- source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.13.3.tar.gz
- sha256sums = ad7a09f1a0f245473af748244f656387841e9f496b894a66feee954066bb6454
+ source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.13.4.tar.gz
+ sha256sums = 3771fb4b85cd1cb51896f7b691a0ecb784517b64caa13f624a1383818f678237
pkgname = wasmedge
diff --git a/PKGBUILD b/PKGBUILD
index 2af51fd0d102..927cf9a437c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Po-An, Yang (Antonio Yang) <yanganto at gmail.com>
# Maintainer: tee < teeaur at duck dot com >
pkgname='wasmedge'
-pkgver=0.13.3
+pkgver=0.13.4
pkgrel=1
pkgdesc='WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.'
arch=('any')
@@ -9,7 +9,7 @@ url='https://wasmedge.org'
license=('Apache')
depends=('cmake' 'boost' 'openssl' 'pkgconf' 'ninja' 'rapidjson')
source=("https://github.com/WasmEdge/WasmEdge/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('ad7a09f1a0f245473af748244f656387841e9f496b894a66feee954066bb6454')
+sha256sums=('3771fb4b85cd1cb51896f7b691a0ecb784517b64caa13f624a1383818f678237')
package() {
install -d "${pkgdir}/usr"