From b12a5d4b380293957916565de2999bd46c402af7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 23 Dec 2017 01:52:16 +0100 Subject: [PATCH] ghc-bin: update to 8.2.2. --- 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 33f473ef5b0..960e6cb029f 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.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