haskell/haskell-temporary: Updated for version 1.2.0.3.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
parent
5e2d430a0b
commit
87c95591e9
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for temporary
|
||||
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# Copyright 2015 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=haskell-temporary
|
||||
VERSION=${VERSION:-1.1.2.4}
|
||||
VERSION=${VERSION:-1.2.0.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="haskell-temporary"
|
||||
VERSION="1.1.2.4"
|
||||
VERSION="1.2.0.3"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/temporary"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/temporary/1.1.2.4/temporary-1.1.2.4.tar.gz"
|
||||
MD5SUM="80bf7f663b8a1e2e92dc117fa74629d3"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/temporary/1.2.0.3/temporary-1.2.0.3.tar.gz"
|
||||
MD5SUM="93e44c4cd6a381885dc9d20969f405a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
REQUIRES="haskell-exceptions"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in New Issue