ghc-bin: update to 8.6.3.
This commit is contained in:
parent
67d65ff8a7
commit
41058d1ae7
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ghc-bin'
|
||||
pkgname=ghc-bin
|
||||
version=8.4.4
|
||||
version=8.6.3
|
||||
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=4c2a8857f76b7f3e34ecba0b51015d5cb8b767fe5377a7ec477abde10705ab1a
|
||||
checksum=291ca565374f4d51cc311488581f3279d3167a064fabfd4a6722fe2bd4532fd5
|
||||
;;
|
||||
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=c43182c6e97c4a3f2b63f06322529bc82aa9bca35283c9d104825f36ede00b0e
|
||||
checksum=aab928f239607faa2221b8bcebcc5d19d12bb0292cc38927939e74fedf9b2acc
|
||||
;;
|
||||
i686)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb8-linux.tar.xz"
|
||||
checksum=678bafaabea6af70ba71ccf0210bb437f9f5591ec28ac1cbbbd5f7aa6894e450
|
||||
checksum=b57070ba8c70b1333a3e47ce124baf791be39c20a592954772532fd6dd51882f
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue