From bd523c9d7efb1537e163aaeab89c3b5915f93ed4 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 1 Sep 2018 11:33:07 -0700 Subject: [PATCH] ghc-bin: Change default XBPS mirror address --- srcpkgs/ghc-bin/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index 6777473bf68..544923417be 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -20,7 +20,7 @@ x86_64) ;; x86_64-musl) # create with "make binary-dist" - distfiles="https://repo.voidlinux.eu/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz" + distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz" checksum=52d72673f3213a9f629f441583c58fad099fa8827a3e86ecddadf4f8334031f9 ;; i686)