ghc-bin: update to 7.10.2.

This commit is contained in:
Christian Neukirchen 2015-08-03 17:10:57 +02:00
parent 39bb4490da
commit 3c55439dcb
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -1 +1,2 @@
pattern='ghc-bin-\K[\d.]+\d+'
site='https://www.haskell.org/ghc/'
pattern='GHC \K[\d.]+'