From 9cfb5f121738a08d5759eb4c7f8b2f47d7d7d7da Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 15 Mar 2019 09:59:15 +0100 Subject: [PATCH] ghc-bin: update to 8.6.4. --- srcpkgs/ghc-bin/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index e53bec11880..f7566f12a2f 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -1,6 +1,6 @@ # Template file for 'ghc-bin' pkgname=ghc-bin -version=8.6.3 +version=8.6.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=291ca565374f4d51cc311488581f3279d3167a064fabfd4a6722fe2bd4532fd5 + checksum=34ef5fc8ddf2fc32a027180bea5b1c8a81ea840c87faace2977a572188d4b42d ;; 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=aab928f239607faa2221b8bcebcc5d19d12bb0292cc38927939e74fedf9b2acc + checksum=db905517c0c2c1e39935abffe454a3714dde4e9a4230a9e756809bdc67ae99f5 ;; i686) - distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb8-linux.tar.xz" - checksum=b57070ba8c70b1333a3e47ce124baf791be39c20a592954772532fd6dd51882f + distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz" + checksum=5e2ce88f4d13d23ac37e278e0c7b51c801008931359b9fa8a631d804d2da552c ;; esac