From 1d2e129a291076a13e32f63af3efbf2fef1e49bc Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 11 Jul 2017 13:32:02 +0000 Subject: [PATCH] grub: use ${GNU_SITE} --- srcpkgs/grub/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index 1d6e8142a0c..13d02e95b66 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -11,7 +11,7 @@ short_desc="GRand Unified Bootloader 2" maintainer="Juan RP " license="GPL-3" homepage="https://www.gnu.org/software/grub/" -distfiles="https://ftp.gnu.org/gnu/grub/grub-${version}.tar.xz" +distfiles="${GNU_SITE}/grub/grub-${version}.tar.xz" checksum=810b3798d316394f94096ec2797909dbf23c858e48f7b3830826b8daa06b7b0f only_for_archs="i686 i686-musl x86_64 x86_64-musl"