summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Yang2022-09-22 22:13:50 +0800
committerAntonio Yang2022-09-22 22:13:50 +0800
commite687217de4542edb543bb647f8301dc9208d0277 (patch)
treeec29448dbe7d4668e2211fbd82fb82f286349c4b
parent0c61ba0520dbe19389c3cf13fce021e10bba9646 (diff)
downloadaur-e687217de4542edb543bb647f8301dc9208d0277.tar.gz
Update 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1405a8fef70a..82c8f487c004 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.10.1
+ pkgver = 0.11.0
pkgrel = 1
url = https://wasmedge.org
arch = any
@@ -10,7 +10,7 @@ pkgbase = wasmedge
depends = openssl
depends = pkgconf
depends = ninja
- source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.10.1.tar.gz
- sha256sums = f87bf06be0b94e8fcf974b6029f1f7ab46fd7526de33bff70d9cf4117512d07a
+ source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.11.0.tar.gz
+ sha256sums = d08da9f4ad5eb46afcdbe158bc4926433f563d5748c4785c597614cb063114d8
pkgname = wasmedge
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