From 5ea827d3db6b383fbf5bd6fcfdff02c45b5acb01 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Sun, 20 Oct 2024 15:03:30 -0500 Subject: [PATCH] pmars: update to 0.9.4 --- srcpkgs/pmars/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pmars/template b/srcpkgs/pmars/template index 9dd10b53213..292341b0e1a 100644 --- a/srcpkgs/pmars/template +++ b/srcpkgs/pmars/template @@ -1,14 +1,14 @@ # Template file for 'pmars' pkgname=pmars -version=0.9.2 +version=0.9.4 revision=1 makedepends="libX11-devel" short_desc="Reference implementation of Corewar game" maintainer="Robert Lowry " license="GPL-2.0-or-later" -homepage="https://sourceforge.net/projects/corewar/" -distfiles="${SOURCEFORGE_SITE}/project/corewar/pMARS/${version}/${pkgname}-${version}.tar.gz" -checksum=2ae8638ec6b65350cf9f813a60e338b534dffa78c3e85f1823a2bee8b7c20a34 +homepage="https://corewar.co.uk/pmars.htm" +distfiles="https://corewar.co.uk/pmars/pmars-${version}.zip" +checksum=26c2860ee5906b5e90262ce18d511c8cc395ee6f6796e99631b1910bd0a84c4c do_build() { make -C src CC="${CC}" @@ -17,4 +17,5 @@ do_build() { do_install() { vbin src/pmars vman doc/pmars.6 + vdoc config/pmars.mac }