From 4da9679dcda29139fe34df01b2e1fbaeee82f9a6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 1 Nov 2024 13:50:44 -0400 Subject: [PATCH] pmars: try to unbreak --- srcpkgs/pmars/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pmars/template b/srcpkgs/pmars/template index 9c15dcd3d4f..0558e3a732e 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" -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}"