From fc1086b939267c64e818ff566c8ee57628e7be30 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 28 Oct 2019 23:59:05 -0400 Subject: [PATCH] use $version in distfile names --- srcpkgs/gc-shrink/template | 2 +- srcpkgs/ndstrim/template | 2 +- srcpkgs/zennode/template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gc-shrink/template b/srcpkgs/gc-shrink/template index 2c18699..16eaf8f 100644 --- a/srcpkgs/gc-shrink/template +++ b/srcpkgs/gc-shrink/template @@ -7,7 +7,7 @@ short_desc="Removes garbage from GameCube images" maintainer="Alison Watson " license="custom:gc-shrink" homepage="http://www.gotwalls.com/" -distfiles="http://www.gotwalls.com/files/gc-shrink-0.2.zip" +distfiles="http://www.gotwalls.com/files/gc-shrink-${version}.zip" checksum=547e092e306f99c52685a517af992c562b8de766cd02186caecfb7f1b2620cab do_build() { diff --git a/srcpkgs/ndstrim/template b/srcpkgs/ndstrim/template index f384c06..cf47c35 100644 --- a/srcpkgs/ndstrim/template +++ b/srcpkgs/ndstrim/template @@ -6,7 +6,7 @@ short_desc="NDS file trimmer" maintainer="Alison Watson " license="GPL-3.0-or-later" homepage="https://github.com/stefansundin/ndstrim" -distfiles="https://github.com/stefansundin/ndstrim/releases/download/downloads/ndstrim-1.27.5.tar.bz2" +distfiles="https://github.com/stefansundin/ndstrim/releases/download/downloads/ndstrim-${version}.tar.bz2" checksum=e4c8b5636680189a935952cedc244e58e1e95fb7d163b981ea1bb35b751f016f do_build() { diff --git a/srcpkgs/zennode/template b/srcpkgs/zennode/template index e422946..739f8e8 100644 --- a/srcpkgs/zennode/template +++ b/srcpkgs/zennode/template @@ -9,7 +9,7 @@ short_desc="A GPL node builder for Doom" maintainer="Alison Watson " license="GPL-2.0-or-later" homepage="http://www.mrousseau.org/programs/ZenNode" -distfiles="http://www.mrousseau.org/programs/ZenNode/archives/zennode-1.2.1.zip" +distfiles="http://www.mrousseau.org/programs/ZenNode/archives/zennode-${version}.zip" checksum=137b50f9bc6efc69aebca4233bd3924a9ed21260855e6e37ed098486f90bd212 build_wrksrc=src/ZenNode