ghc-bin: update to 8.6.5.

This commit is contained in:
Leah Neukirchen 2019-05-11 17:40:43 +02:00
parent 5d319cc3ef
commit ddc8e8dd3b

View file

@ -1,6 +1,6 @@
# Template file for 'ghc-bin'
pkgname=ghc-bin
version=8.6.4
version=8.6.5
revision=1
wrksrc="ghc-${version%[!0-9]}"
hostmakedepends="ncurses perl libffi libnuma"
@ -16,16 +16,16 @@ 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=34ef5fc8ddf2fc32a027180bea5b1c8a81ea840c87faace2977a572188d4b42d
checksum=c419fd0aa9065fe4d2eb9a248e323860c696ddf3859749ca96a84938aee49107
;;
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=db905517c0c2c1e39935abffe454a3714dde4e9a4230a9e756809bdc67ae99f5
checksum=070f2abe8b0c08bf2db1833ed7f40195b72ee9ca8888855fb16a75c6e248f936
;;
i686)
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz"
checksum=5e2ce88f4d13d23ac37e278e0c7b51c801008931359b9fa8a631d804d2da552c
checksum=1cddb907393a669342b1a922dd16d505d9d93d50bd9433a54a8162f8701250dc
;;
esac