summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortee2023-07-27 00:36:43 +1200
committertee2023-07-27 00:36:43 +1200
commit99eb433809cfea33ba8c2446ce8abbb280b440fd (patch)
tree61e97a0073a09b394976b66d44c64dff760e6493
parentca7d8223987473a174fc6ec9a3b41b0b255b8e45 (diff)
downloadaur-99eb433809cfea33ba8c2446ce8abbb280b440fd.tar.gz
Update to 0.13.3
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD16
2 files changed, 20 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 710986370bfb..dcaa0b5dc30a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
pkgbase = wasmedge-bin
pkgdesc = WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime
- pkgver = 0.13.2
- pkgrel = 2
+ pkgver = 0.13.3
+ pkgrel = 1
url = https://wasmedge.org
arch = x86_64
arch = aarch64
license = APACHE
- source = https://github.com/WasmEdge/WasmEdge/raw/master/LICENSE
+ source = https://github.com/WasmEdge/WasmEdge/raw/0.13.3/LICENSE
sha256sums = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
- source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.2/WasmEdge-0.13.2-manylinux2014_x86_64.tar.xz
- source_x86_64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.2/WasmEdge-plugin-wasi_crypto-0.13.2-manylinux2014_x86_64.tar.gz
- sha256sums_x86_64 = 5b7c3ec27ffc63d908fe396afe39b432365937af96776ab64629c500e831ab42
- sha256sums_x86_64 = 1449ee64da40f08b32c4072cd67abbebffea1e59c9326ec5688f0277ed6bc9ff
- source_aarch64 = https://github.com/WasmEdge/WasmEdge/releases/download/0.13.2/WasmEdge-0.13.2-manylinux2014_aarch64.tar.xz
- sha256sums_aarch64 = 7e71dc3a3cf454b5eaf052720f2b3fac71e0a9310b0ba76dfce2762c7036a904
+ 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
pkgname = wasmedge-bin
provides = wasmedge
diff --git a/PKGBUILD b/PKGBUILD
index 24845def2426..820ecaf6816d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,21 +5,23 @@ pkgname=(
wasmedge-bin
wasmedge-plugin-wasi-crypto
)
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+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)
-source=("$_url/raw/master/LICENSE")
+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")
+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=('5b7c3ec27ffc63d908fe396afe39b432365937af96776ab64629c500e831ab42'
- '1449ee64da40f08b32c4072cd67abbebffea1e59c9326ec5688f0277ed6bc9ff')
-sha256sums_aarch64=('7e71dc3a3cf454b5eaf052720f2b3fac71e0a9310b0ba76dfce2762c7036a904')
+sha256sums_x86_64=('3bf7e84435ae09140d7c61f252684892ffca0e5b1c3a17757cbfc8c2e609ae0f'
+ 'b39713775d903ebeb8fabb6a321cb863431c017ac378e9652cfc4e4c42d74107')
+sha256sums_aarch64=('f734e0002481a76e26059dbb90f6adef5b63ff73fb0b7e2b0fa0fe944b3e355a'
+ '3d4ecc62069876333d8c1941e09196ee535709a94f0c30890654032aaff6a9f5')
package_wasmedge-bin() {
provides=(wasmedge)