summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortee2023-11-05 03:09:00 +1300
committertee2023-11-05 03:09:00 +1300
commit7c8552ab5f36da2945fbeefeaa959d600725ba14 (patch)
tree3ddc721ab4b747c07578fcec7a4a0f84d5b7bfaf /PKGBUILD
parent4085b1d92a85a90622a868807cdf61170bac11d7 (diff)
downloadaur-wasmedge.tar.gz
Update 0.13.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 927cf9a437c4..a6fb2d721da3 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.4
+pkgver=0.13.5
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=('3771fb4b85cd1cb51896f7b691a0ecb784517b64caa13f624a1383818f678237')
+sha256sums=('588b8933a89f75c3ee5d4b92fe9d65294ae86fd48a95d2d4ac1a93ee3c5e1d75')
package() {
install -d "${pkgdir}/usr"