From 94e92585c625803878ff98e792b4288dfaf4bfe0 Mon Sep 17 00:00:00 2001 From: WarheadsSE Date: Tue, 8 Oct 2013 09:55:36 -0400 Subject: [PATCH] move to hexxeh mirror for raspbian to get ghc. thanks foundation. --- extra/ghc/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/ghc/PKGBUILD b/extra/ghc/PKGBUILD index 6cfdc6cff..f8954ea95 100644 --- a/extra/ghc/PKGBUILD +++ b/extra/ghc/PKGBUILD @@ -162,7 +162,7 @@ if ! pacman -Ssq ^ghc$ > /dev/null; then source+=("http://ftp.uk.debian.org/debian/pool/main/g/ghc/ghc_7.6.2-1_armhf.deb") md5sums+=("5d7190b3cc48771019b47376d1e69a1c") elif [ "${CARCH}" = "armv6h" ]; then - source+=("http://downloads.raspberrypi.org/raspbian/raspbian/pool/main/g/ghc/ghc_7.4.1-4+rpi1_armhf.deb") + source+=("http://distribution-us.hexxeh.net/raspbian/pool/main/g/ghc/ghc_7.4.1-4+rpi1_armhf.deb") md5sums+=("79c70db16e69b5617a3761e735db0f42") else source+=("http://ftp.uk.debian.org/debian/pool/main/g/ghc/ghc_7.6.2-1_armel.deb")