ghc-bin: update to 8.4.4.

This commit is contained in:
Leah Neukirchen 2018-11-07 13:09:19 +01:00
parent b838c2205a
commit 26b1d0047b
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ghc-bin'
pkgname=ghc-bin
version=8.4.3
version=8.4.4
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=30a402c6d4754a6c020e0547f19ae3ac42e907e35349aa932d347f73e421a8e2
checksum=4c2a8857f76b7f3e34ecba0b51015d5cb8b767fe5377a7ec477abde10705ab1a
;;
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=52d72673f3213a9f629f441583c58fad099fa8827a3e86ecddadf4f8334031f9
checksum=c43182c6e97c4a3f2b63f06322529bc82aa9bca35283c9d104825f36ede00b0e
;;
i686)
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb8-linux.tar.xz"
checksum=f5763983a26dedd88b65a0b17267359a3981b83a642569b26334423f684f8b8c
checksum=678bafaabea6af70ba71ccf0210bb437f9f5591ec28ac1cbbbd5f7aa6894e450
;;
esac