haskell/ghc: Updated for version 7.6.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
98ee821853
commit
c36ac46f78
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for ghc
|
||||
|
||||
# Copyright 2012 Mikko Värri, Finland
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ghc
|
||||
VERSION=${VERSION:-7.4.2}
|
||||
VERSION=${VERSION:-7.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ghc"
|
||||
VERSION="7.4.2"
|
||||
VERSION="7.6.2"
|
||||
HOMEPAGE="http://haskell.org/ghc/"
|
||||
DOWNLOAD="http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-i386-unknown-linux.tar.bz2"
|
||||
MD5SUM="7c454da352c4ceb8cf3c75d258bb6ed1"
|
||||
DOWNLOAD_x86_64="http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-x86_64-unknown-linux.tar.bz2"
|
||||
MD5SUM_x86_64="de67ecfe619b0126d8a8b93d26f34555"
|
||||
DOWNLOAD="http://www.haskell.org/ghc/dist/7.6.2/ghc-7.6.2-i386-unknown-linux.tar.bz2"
|
||||
MD5SUM="287d6c934f325a34fa4fcd96d26eb0e6"
|
||||
DOWNLOAD_x86_64="http://www.haskell.org/ghc/dist/7.6.2/ghc-7.6.2-x86_64-unknown-linux.tar.bz2"
|
||||
MD5SUM_x86_64="230270a985c522af939d9c71aa76343f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in New Issue