From 67e522503562bf403995dd73227077499d206e61 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 1 Nov 2024 13:52:26 -0400 Subject: [PATCH] Revert "pmars: try to unbreak" didn't work, alas This reverts commit 4da9679dcda29139fe34df01b2e1fbaeee82f9a6. --- srcpkgs/pmars/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pmars/template b/srcpkgs/pmars/template index 0558e3a732e..9c15dcd3d4f 100644 --- a/srcpkgs/pmars/template +++ b/srcpkgs/pmars/template @@ -7,9 +7,9 @@ short_desc="Reference implementation of Corewar game" maintainer="Robert Lowry " 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}"