mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/ghc md5sums fix
This commit is contained in:
parent
1dc7bd794b
commit
dbbcbb90e6
1 changed files with 5 additions and 1 deletions
|
@ -163,7 +163,11 @@ if ! pacman -Ssq ^ghc$ > /dev/null; then
|
|||
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")
|
||||
md5sums+=("79c70db16e69b5617a3761e735db0f42")
|
||||
md5sums=('986d1f90ca30d60f7b2820d75c6b8ea7'
|
||||
'66aa6177a31cc4b9d7eeb55cb1514918'
|
||||
'cb89e280f907c60791d08613f05ec049'
|
||||
'de3d0a2ae5330459481b33584f15a1cd'
|
||||
'79c70db16e69b5617a3761e735db0f42')
|
||||
else
|
||||
source+=("http://ftp.uk.debian.org/debian/pool/main/g/ghc/ghc_7.6.2-1_armel.deb")
|
||||
md5sums+=("69894b056a12a608bd4d454ffbe30d9c")
|
||||
|
|
Loading…
Reference in a new issue