ghc-bin: fix x86_64/i686 checksum, broken= on musl for now

This commit is contained in:
q66 2020-10-21 05:38:03 +02:00
parent de1116c283
commit ace8bb17fa

View file

@ -16,16 +16,17 @@ conflicts="ghc>=0 ghc-doc>=0"
case "$XBPS_TARGET_MACHINE" in
x86_64)
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-x86_64-deb8-linux.tar.xz"
checksum=92b9fadc442976968d2c190c14e000d737240a7d721581cda8d8741b7bd402f0
checksum=51a36892f1264744195274187298d13ac62bce2da86d4ddf76d8054ab90f2feb
;;
x86_64-musl)
# create with "make binary-dist"
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
checksum=779647d3f4e6e39da9e13b2559319ede76b4fff1107e4dc369a09aadeecad971
broken="bindist not yet available"
;;
i686)
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
checksum=441e2c7a4fc83ebf179712bd939b555cda7c6633545b7c8ac38049f9d85003ae
checksum=43dd954910c9027694312cef0aabc7774d102d0422b7172802cfb72f7d5da3a0
;;
ppc64le)
distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz"