summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2023-11-05 03:09:00 +1300
committertee2023-11-05 03:09:00 +1300
commit7c8552ab5f36da2945fbeefeaa959d600725ba14 (patch)
tree3ddc721ab4b747c07578fcec7a4a0f84d5b7bfaf
parent4085b1d92a85a90622a868807cdf61170bac11d7 (diff)
downloadaur-wasmedge.tar.gz
Update 0.13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 716cdfccbdbf..8bc6948351a5 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.4
+ pkgver = 0.13.5
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.4.tar.gz
- sha256sums = 3771fb4b85cd1cb51896f7b691a0ecb784517b64caa13f624a1383818f678237
+ source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.13.5.tar.gz
+ sha256sums = 588b8933a89f75c3ee5d4b92fe9d65294ae86fd48a95d2d4ac1a93ee3c5e1d75
pkgname = wasmedge
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"