summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Yang2022-09-22 22:13:50 +0800
committerAntonio Yang2022-09-22 22:13:50 +0800
commite687217de4542edb543bb647f8301dc9208d0277 (patch)
treeec29448dbe7d4668e2211fbd82fb82f286349c4b /PKGBUILD
parent0c61ba0520dbe19389c3cf13fce021e10bba9646 (diff)
downloadaur-e687217de4542edb543bb647f8301dc9208d0277.tar.gz
Update 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad3f398653c5..130a37049c29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Po-An, Yang (Antonio Yang) <yanganto at gmail.com>
set -u
pkgname='wasmedge'
-pkgver=0.10.1
+pkgver=0.11.0
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')
source=("https://github.com/WasmEdge/WasmEdge/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('f87bf06be0b94e8fcf974b6029f1f7ab46fd7526de33bff70d9cf4117512d07a')
+sha256sums=('d08da9f4ad5eb46afcdbe158bc4926433f563d5748c4785c597614cb063114d8')
package() {
set -u