summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Yang2022-08-02 09:17:42 +0800
committerAntonio Yang2022-08-02 09:17:42 +0800
commit0c61ba0520dbe19389c3cf13fce021e10bba9646 (patch)
tree2560ac9b54afcb5f176f38cdfa4568c900634f14 /PKGBUILD
parent18e55a2122b0b7d7f3dd360898613d4bd1ed673d (diff)
downloadaur-0c61ba0520dbe19389c3cf13fce021e10bba9646.tar.gz
Update 0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae480d172d6a..ad3f398653c5 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.0
+pkgver=0.10.1
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=('113614336f1208c92ca658b3d44cc821cdd2d3e535f98d84e654e8a20c531c2e')
+sha256sums=('f87bf06be0b94e8fcf974b6029f1f7ab46fd7526de33bff70d9cf4117512d07a')
package() {
set -u