From 3c55439dcb5c76cb5afa7815e2b1ec3d69ec4225 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 3 Aug 2015 17:10:57 +0200 Subject: [PATCH] ghc-bin: update to 7.10.2. --- srcpkgs/ghc-bin/template | 6 +++--- srcpkgs/ghc-bin/update | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index f262a173a0..a681c69d5c 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -1,6 +1,6 @@ # Template file for 'ghc-bin' pkgname=ghc-bin -version=7.10.1 +version=7.10.2 revision=1 wrksrc="ghc-${version}" hostmakedepends="ncurses perl" @@ -15,11 +15,11 @@ conflicts="ghc>=0" case "$XBPS_TARGET_MACHINE" in x86_64*) distfiles="https://www.haskell.org/ghc/dist/${version}/ghc-${version}-x86_64-unknown-linux-deb7.tar.xz" - checksum=421f65745edb225d8697bc19ec7a10171de0eab2b88dc069f420d4f57c7bb6e2 + checksum=0144791f0cc5ef5991356b3b3a4521da8072dd1c216a48e7d2dfbbdca827cdf1 ;; i686*) distfiles="https://www.haskell.org/ghc/dist/${version}/ghc-${version}-i386-unknown-linux-deb7.tar.xz" - checksum=3a0d261a49b4cc7b48d82e9d08a65be6267faf2e803b0d0a8a8ef4a29e70752b + checksum=7a4ea84ba30df422319d4a706883492398204574e02254f08c8dff688d318350 ;; esac diff --git a/srcpkgs/ghc-bin/update b/srcpkgs/ghc-bin/update index e716ea254f..605fe80eed 100644 --- a/srcpkgs/ghc-bin/update +++ b/srcpkgs/ghc-bin/update @@ -1 +1,2 @@ -pattern='ghc-bin-\K[\d.]+\d+' +site='https://www.haskell.org/ghc/' +pattern='GHC \K[\d.]+'