mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
0ad-data: update to 0.27.0, allow cross
This commit is contained in:
parent
5166bf920a
commit
0a5264a765
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,16 @@
|
|||
# Template file for '0ad-data'
|
||||
pkgname=0ad-data
|
||||
version=0.0.26
|
||||
version=0.27.0
|
||||
revision=1
|
||||
short_desc="Historically-based real-time strategy game (data files)"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="CC-BY-SA-3.0"
|
||||
homepage="https://play0ad.com"
|
||||
distfiles="https://releases.wildfiregames.com/0ad-${version}-alpha-unix-data.tar.xz"
|
||||
checksum=b200e48558f882807910e3c686567b6a396248d9d418044ecfde090b05772d7d
|
||||
nocross=yes
|
||||
distfiles="https://releases.wildfiregames.com/0ad-${version}-unix-data.tar.xz"
|
||||
checksum=3e48855ab8e1ef81270338462c8270b015213f14f5e054aab92ad74d5ea59dea
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*|i686*|aarch64*|armv7l*|ppc64le*) ;;
|
||||
x86_64*|i686*|aarch64*|armv7l*|ppc64le*|riscv64*) ;;
|
||||
*) broken="no base game available";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue