summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2023-09-07 00:48:52 +1200
committertee2023-09-07 00:48:52 +1200
commitf63bfbbdae51fb20b839766aba520fd8d2091b6b (patch)
tree17a7338b9fd9fb15d9aab9b400b59b7e22b44072
parent99eb433809cfea33ba8c2446ce8abbb280b440fd (diff)
downloadaur-f63bfbbdae51fb20b839766aba520fd8d2091b6b.tar.gz
Update to 0.13.4
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcaa0b5dc30a..2adaba33f200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = wasmedge-bin
pkgdesc = WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime
- pkgver = 0.13.3
+ pkgver = 0.13.4
pkgrel = 1
url = https://wasmedge.org
arch = x86_64
arch = aarch64
- license = APACHE
- source = https://github.com/WasmEdge/WasmEdge/raw/0.13.3/LICENSE
+ license = APACHE 2.0
+ source = https://github.com/WasmEdge/WasmEdge/raw/0.13.4/LICENSE
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
- source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.3/WasmEdge-0.13.3-manylinux2014_x86_64.tar.xz
- source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.3/WasmEdge-plugin-wasi_crypto-0.13.3-manylinux2014_x86_64.tar.gz
- sha256sums_x86_64 = 3bf7e84435ae09140d7c61f252684892ffca0e5b1c3a17757cbfc8c2e609ae0f
- sha256sums_x86_64 = b39713775d903ebeb8fabb6a321cb863431c017ac378e9652cfc4e4c42d74107
- source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.3/WasmEdge-0.13.3-manylinux2014_aarch64.tar.xz
- source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.3/WasmEdge-plugin-wasi_crypto-0.13.3-manylinux2014_aarch64.tar.gz
- sha256sums_aarch64 = f734e0002481a76e26059dbb90f6adef5b63ff73fb0b7e2b0fa0fe944b3e355a
- sha256sums_aarch64 = 3d4ecc62069876333d8c1941e09196ee535709a94f0c30890654032aaff6a9f5
+ source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-0.13.4-manylinux2014_x86_64.tar.xz
+ source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-plugin-wasi_crypto-0.13.4-manylinux2014_x86_64.tar.gz
+ sha256sums_x86_64 = 512f95883ec03590fa9939bd28d3f08ab11f90a56058bfed6985fc8b2928672e
+ sha256sums_x86_64 = 7f0b24ccc25e28cbde46d93498f1f58332b91fce12bbac010e7d4dd2b48f4f37
+ source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-0.13.4-manylinux2014_aarch64.tar.xz
+ source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.4/WasmEdge-plugin-wasi_crypto-0.13.4-manylinux2014_aarch64.tar.gz
+ sha256sums_aarch64 = 4d26d5e12876ecb0d1b5295b3315a6d2f0defedebc927b312a47eeda30f0712a
+ sha256sums_aarch64 = c3085c365fd3bab2b64d1f7531aa14299e560b5fb9a91043176dc7afce09eb2b
pkgname = wasmedge-bin
provides = wasmedge
diff --git a/PKGBUILD b/PKGBUILD
index 820ecaf6816d..ba4443e7f4d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,23 +5,23 @@ pkgname=(
wasmedge-bin
wasmedge-plugin-wasi-crypto
)
-pkgver=0.13.3
+pkgver=0.13.4
pkgrel=1
pkgdesc="WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime"
arch=(x86_64 aarch64)
url="https://wasmedge.org"
_url="https://github.com/WasmEdge/WasmEdge"
-license=(APACHE)
+license=("APACHE 2.0")
source=("$_url/raw/$pkgver/LICENSE")
source_x86_64=("$_url/releases/download/$pkgver/$_pkgname-$pkgver-manylinux2014_x86_64.tar.xz"
"$_url/releases/download/$pkgver/$_pkgname-plugin-wasi_crypto-$pkgver-manylinux2014_x86_64.tar.gz")
source_aarch64=("$_url/releases/download/$pkgver/$_pkgname-$pkgver-manylinux2014_aarch64.tar.xz"
"$_url/releases/download/$pkgver/$_pkgname-plugin-wasi_crypto-$pkgver-manylinux2014_aarch64.tar.gz")
sha256sums=('c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4')
-sha256sums_x86_64=('3bf7e84435ae09140d7c61f252684892ffca0e5b1c3a17757cbfc8c2e609ae0f'
- 'b39713775d903ebeb8fabb6a321cb863431c017ac378e9652cfc4e4c42d74107')
-sha256sums_aarch64=('f734e0002481a76e26059dbb90f6adef5b63ff73fb0b7e2b0fa0fe944b3e355a'
- '3d4ecc62069876333d8c1941e09196ee535709a94f0c30890654032aaff6a9f5')
+sha256sums_x86_64=('512f95883ec03590fa9939bd28d3f08ab11f90a56058bfed6985fc8b2928672e'
+ '7f0b24ccc25e28cbde46d93498f1f58332b91fce12bbac010e7d4dd2b48f4f37')
+sha256sums_aarch64=('4d26d5e12876ecb0d1b5295b3315a6d2f0defedebc927b312a47eeda30f0712a'
+ 'c3085c365fd3bab2b64d1f7531aa14299e560b5fb9a91043176dc7afce09eb2b')
package_wasmedge-bin() {
provides=(wasmedge)