Skip to content

Commit

Permalink
pmars: try to unbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Nov 1, 2024
1 parent 1b2b2a3 commit 4da9679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/pmars/template
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ short_desc="Reference implementation of Corewar game"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://corewar.co.uk/pmars.htm"
distfiles="https://corewar.co.uk/pmars/pmars-${version}.zip"
# https fails on the builders
distfiles="http://corewar.co.uk/pmars/pmars-${version}.zip"
checksum=26c2860ee5906b5e90262ce18d511c8cc395ee6f6796e99631b1910bd0a84c4c
broken="upstream is dead"

do_build() {
make -C src CC="${CC}"
Expand Down

0 comments on commit 4da9679

Please sign in to comment.