ghc-bin: update to 8.2.2.
This commit is contained in:
parent
5c3ea95ec0
commit
b12a5d4b38
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ghc-bin'
|
||||
pkgname=ghc-bin
|
||||
version=8.0.2
|
||||
version=8.2.2
|
||||
revision=1
|
||||
wrksrc="ghc-${version%[!0-9]}"
|
||||
hostmakedepends="ncurses perl libffi"
|
||||
|
@ -15,16 +15,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=5ee68290db00ca0b79d57bc3a5bdce470de9ce9da0b098a7ce6c504605856c8f
|
||||
checksum=48e205c62b9dc1ccf6739a4bc15a71e56dde2f891a9d786a1b115f0286111b2a
|
||||
;;
|
||||
x86_64-musl)
|
||||
# create with "make binary-dist"
|
||||
distfiles="https://repo.voidlinux.eu/distfiles/ghc-8.0.2-x86_64-void-linux-musl.tar.xz"
|
||||
checksum=02093097c2f9ef99bd94a2deddc2e326597a198505f68e97e0bb21b991219b8b
|
||||
distfiles="https://repo.voidlinux.eu/distfiles/ghc-${version}-x86_64-void-linux-musl.tar.xz"
|
||||
checksum=d4d613725ab62a11e49e66786a99c5baff314ef3f28eea66c1574b6da0043ef4
|
||||
;;
|
||||
i686)
|
||||
distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb8-linux.tar.xz"
|
||||
checksum=818621342a2161b8afcc995a0765816bb40aefbfa1db2c8a7d59c04d8b18228a
|
||||
checksum=9e67d72d76482e0ba91c718e727b00386a1a12a32ed719714976dc56ca8c8223
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue