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 }