v2.3.2
This commit is contained in:
parent
b006c74eb5
commit
5adc6ca729
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = wasm4-bin
|
||||
pkgdesc = Build retro games using WebAssembly for a fantasy console
|
||||
pkgver = 2.3.0
|
||||
pkgver = 2.3.2
|
||||
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.3.0.zip::https://github.com/aduros/wasm4/releases/download/v2.3.0/w4-linux.zip
|
||||
source = wasm4-2.3.2.zip::https://github.com/aduros/wasm4/releases/download/v2.3.2/w4-linux.zip
|
||||
source = https://raw.githubusercontent.com/aduros/wasm4/main/LICENSE.txt
|
||||
sha256sums = e3c84e2a42492a9672a503dc5978b7f680807eda6b9cd6f10063c9fc8bf06716
|
||||
sha256sums = 013f06ce8c57f77770600473bfa3ec88b1237036cb99341bf551291bd95cf5d5
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = wasm4-bin
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
_pkgname="wasm4"
|
||||
pkgname=wasm4-bin
|
||||
_binname=w4
|
||||
pkgver=2.3.0
|
||||
pkgver=2.3.2
|
||||
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=('e3c84e2a42492a9672a503dc5978b7f680807eda6b9cd6f10063c9fc8bf06716' 'SKIP')
|
||||
sha256sums=('013f06ce8c57f77770600473bfa3ec88b1237036cb99341bf551291bd95cf5d5' 'SKIP')
|
||||
provides=('wasm4')
|
||||
conflicts=('wasm4')
|
||||
options=('!strip')
|
||||
|
|
Loading…
Reference in a new issue