summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2022-05-21 01:04:21 +0200
committerJames McMurray2022-05-21 01:04:21 +0200
commite63a08f8cd2493e78d80f4108421c0307613159e (patch)
tree632308b9d9ff7246b7883f1604b5e8fab27ea0d1
parent094c1111316e7c76dc7027b65498c3e54538f4b4 (diff)
downloadaur-e63a08f8cd2493e78d80f4108421c0307613159e.tar.gz
wasm4 v2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f70a83caa0..e524632594ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wasm4-bin
pkgdesc = Build retro games using WebAssembly for a fantasy console
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/aduros/wasm4
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = wasm4-bin
provides = wasm4
conflicts = wasm4
options = !strip
- source = wasm4-2.4.0.zip::https://github.com/aduros/wasm4/releases/download/v2.4.0/w4-linux.zip
+ source = wasm4-2.5.0.zip::https://github.com/aduros/wasm4/releases/download/v2.5.0/w4-linux.zip
source = https://raw.githubusercontent.com/aduros/wasm4/main/LICENSE.txt
- sha256sums = 707e19424487f38c974da06046cf4016f170d00882ce650c581a4a7ea7d0b0a9
+ sha256sums = ad9e211a8c2e92f8b68d37721b291218fc615baa9d375dda2fc01638da01484f
sha256sums = SKIP
pkgname = wasm4-bin
diff --git a/PKGBUILD b/PKGBUILD
index 359aea43f088..ee160a2ed282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="wasm4"
pkgname=wasm4-bin
_binname=w4
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc='Build retro games using WebAssembly for a fantasy console'
arch=('x86_64')
@@ -12,7 +12,7 @@ url='https://github.com/aduros/wasm4'
license=('ISC')
depends=('npm')
source=("${_pkgname}-${pkgver}.zip::${url}/releases/download/v${pkgver}/w4-linux.zip" "https://raw.githubusercontent.com/aduros/wasm4/main/LICENSE.txt")
-sha256sums=('707e19424487f38c974da06046cf4016f170d00882ce650c581a4a7ea7d0b0a9' 'SKIP')
+sha256sums=('ad9e211a8c2e92f8b68d37721b291218fc615baa9d375dda2fc01638da01484f' 'SKIP')
provides=('wasm4')
conflicts=('wasm4')
options=('!strip')