diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index 833109ee28..3ab6d449cb 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -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"