summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortee2023-09-07 00:44:13 +1200
committertee2023-09-07 00:44:13 +1200
commit4085b1d92a85a90622a868807cdf61170bac11d7 (patch)
tree5b1cd48c4df5f1afa078fa2a1fe936d91ad8c283 /PKGBUILD
parent10053a40a338c63e15c1c6da88d74754b29f17c1 (diff)
downloadaur-4085b1d92a85a90622a868807cdf61170bac11d7.tar.gz
Update 0.13.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"