summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Yang2022-06-12 00:06:13 +0800
committerAntonio Yang2022-06-12 00:06:13 +0800
commit18e55a2122b0b7d7f3dd360898613d4bd1ed673d (patch)
treec4e46f4b8f82894d3c3dd0299841fcf1323d71f5
parent485841a9ab6709af1a39b756c8d5976feed94510 (diff)
downloadaur-18e55a2122b0b7d7f3dd360898613d4bd1ed673d.tar.gz
Update 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4d58cf637e6..1a4812772fc0 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.9.0
+ pkgver = 0.10.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.9.0.tar.gz
- sha256sums = 456b1463722e1a34e503d312263f2114430ab1b78dea7923d6e25e7ef7537cdc
+ source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.10.0.tar.gz
+ sha256sums = 113614336f1208c92ca658b3d44cc821cdd2d3e535f98d84e654e8a20c531c2e
pkgname = wasmedge
diff --git a/PKGBUILD b/PKGBUILD
index 8960c99c976a..ae480d172d6a 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.9.0
+pkgver=0.10.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=('456b1463722e1a34e503d312263f2114430ab1b78dea7923d6e25e7ef7537cdc')
+sha256sums=('113614336f1208c92ca658b3d44cc821cdd2d3e535f98d84e654e8a20c531c2e')
package() {
set -u