summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Yang2022-12-29 11:46:43 +0800
committerAntonio Yang2022-12-29 11:46:43 +0800
commit55c2b3721331cb87af4ec2dbebbeb295a0dff6ae (patch)
treeb85d7c1e5f40c8d1213589dfc57a65fccad59099
parente687217de4542edb543bb647f8301dc9208d0277 (diff)
downloadaur-55c2b3721331cb87af4ec2dbebbeb295a0dff6ae.tar.gz
update 0.11.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82c8f487c004..5b4e4ecc4dae 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.11.0
+ pkgver = 0.11.2
pkgrel = 1
url = https://wasmedge.org
arch = any
@@ -10,7 +10,8 @@ pkgbase = wasmedge
depends = openssl
depends = pkgconf
depends = ninja
- source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.11.0.tar.gz
- sha256sums = d08da9f4ad5eb46afcdbe158bc4926433f563d5748c4785c597614cb063114d8
+ depends = rapidjson
+ source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.11.2.tar.gz
+ sha256sums = aa1d484707aecd66833cf75f8428372203f4f470f47c44ff174d7ef1706ffe76
pkgname = wasmedge
diff --git a/PKGBUILD b/PKGBUILD
index 130a37049c29..0368a406cc04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Po-An, Yang (Antonio Yang) <yanganto at gmail.com>
set -u
pkgname='wasmedge'
-pkgver=0.11.0
+pkgver=0.11.2
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')
url='https://wasmedge.org'
license=('Apache')
-depends=('cmake' 'boost' 'openssl' 'pkgconf' 'ninja')
+depends=('cmake' 'boost' 'openssl' 'pkgconf' 'ninja' 'rapidjson')
source=("https://github.com/WasmEdge/WasmEdge/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('d08da9f4ad5eb46afcdbe158bc4926433f563d5748c4785c597614cb063114d8')
+sha256sums=('aa1d484707aecd66833cf75f8428372203f4f470f47c44ff174d7ef1706ffe76')
package() {
set -u