summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2024-06-04 23:06:20 +1200
committertee2024-06-04 23:06:20 +1200
commit924c29b1766f6f2516030be47776433c8711463b (patch)
tree22a2e38c81af9c6f5e5245608f9e3877efbab67b
parent7c8552ab5f36da2945fbeefeaa959d600725ba14 (diff)
downloadaur-924c29b1766f6f2516030be47776433c8711463b.tar.gz
Update to 0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc6948351a5..8704c6fa502d 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.13.5
+ pkgver = 0.14.0
pkgrel = 1
url = https://wasmedge.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = wasmedge
depends = pkgconf
depends = ninja
depends = rapidjson
- source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.13.5.tar.gz
- sha256sums = 588b8933a89f75c3ee5d4b92fe9d65294ae86fd48a95d2d4ac1a93ee3c5e1d75
+ source = https://github.com/WasmEdge/WasmEdge/archive/refs/tags/0.14.0.tar.gz
+ sha256sums = 27ef0ffa399fbaf44fb43733ea4ae4a4c1d9836a175269924ffd7e3d258d3567
pkgname = wasmedge
diff --git a/PKGBUILD b/PKGBUILD
index a6fb2d721da3..c4534d3c5e1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Po-An, Yang (Antonio Yang) <yanganto at gmail.com>
# Maintainer: tee < teeaur at duck dot com >
pkgname='wasmedge'
-pkgver=0.13.5
+pkgver=0.14.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' 'rapidjson')
source=("https://github.com/WasmEdge/WasmEdge/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('588b8933a89f75c3ee5d4b92fe9d65294ae86fd48a95d2d4ac1a93ee3c5e1d75')
+sha256sums=('27ef0ffa399fbaf44fb43733ea4ae4a4c1d9836a175269924ffd7e3d258d3567')
package() {
install -d "${pkgdir}/usr"