summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Yang2021-12-14 09:34:00 +0800
committerAntonio Yang2021-12-14 09:34:00 +0800
commitb3fdca8cdaff91f65b856f6f2b27ba0352c698b6 (patch)
tree6596a8a7f99f2e73e62a1f8902b947b4d6f1c56f /PKGBUILD
parentb91f01c276458b007efc488b29740176666af64d (diff)
downloadaur-b3fdca8cdaff91f65b856f6f2b27ba0352c698b6.tar.gz
Update 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 259fe35a4cd6..8960c99c976a 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.8.2
+pkgver=0.9.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=('d21fac6e213b438371d6ba12308bbc3bef5842f8a89d9965874a5785c4f970fc')
+sha256sums=('456b1463722e1a34e503d312263f2114430ab1b78dea7923d6e25e7ef7537cdc')
package() {
set -u