move to hexxeh mirror for raspbian to get ghc. thanks foundation.

This commit is contained in:
WarheadsSE 2013-10-08 09:55:36 -04:00
parent 2c4885c2c1
commit 94e92585c6

View file

@ -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") source+=("http://ftp.uk.debian.org/debian/pool/main/g/ghc/ghc_7.6.2-1_armhf.deb")
md5sums+=("5d7190b3cc48771019b47376d1e69a1c") md5sums+=("5d7190b3cc48771019b47376d1e69a1c")
elif [ "${CARCH}" = "armv6h" ]; then 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") md5sums+=("79c70db16e69b5617a3761e735db0f42")
else else
source+=("http://ftp.uk.debian.org/debian/pool/main/g/ghc/ghc_7.6.2-1_armel.deb") source+=("http://ftp.uk.debian.org/debian/pool/main/g/ghc/ghc_7.6.2-1_armel.deb")