Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/0ad-data/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for '0ad-data'
pkgname=0ad-data
version=0.27.0
version=0.28.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}-unix-data.tar.xz"
checksum=3e48855ab8e1ef81270338462c8270b015213f14f5e054aab92ad74d5ea59dea
checksum=e844b30ae2102c47e0a4fff2f0e0ef05ba0cebb1890aa72276fa12457c39526f

case "$XBPS_TARGET_MACHINE" in
x86_64*|i686*|aarch64*|armv7l*|ppc64le*|riscv64*) ;;
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/0ad/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for '0ad'
pkgname=0ad
version=0.27.1
version=0.28.0
revision=6

Check failure on line 4 in srcpkgs/0ad/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

revision should be set to 1 on update
archs="x86_64* i686* aarch64* armv7l* ppc64le* riscv64*"
# Unclear whether ppc64le and riscv64 will work, though upstream seems to support them
build_helper=rust
Expand All @@ -23,8 +23,8 @@
distfiles="
https://releases.wildfiregames.com/${pkgname}-${version}-unix-build.tar.xz
https://github.com/CxxTest/cxxtest/archive/refs/tags/${_cxxtest_version}.tar.gz>cxxtest-${_cxxtest_version}.tar.gz"
checksum="a0a5355eeb5968d24f283770736150d974dafecba07754d4662707dc17016bfb
1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8"
checksum="27e217755ef76a922fe58dbf593d96e54b6ed2375d23f548c35619aa6bd5a42a
1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8"
skip_extraction="cxxtest-${_cxxtest_version}.tar.gz"
lib32disabled=yes

Expand Down
Loading