Skip to content

Commit

Permalink
Revert "pmars: try to unbreak"
Browse files Browse the repository at this point in the history
didn't work, alas

This reverts commit 4da9679.
  • Loading branch information
classabbyamp committed Nov 1, 2024
1 parent 4da9679 commit 67e5225
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"
# https fails on the builders
distfiles="http://corewar.co.uk/pmars/pmars-${version}.zip"
distfiles="https://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 67e5225

Please sign in to comment.