haskell/haskell-stm: Updated for version 2.4.4.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6817c9c7e6
commit
841e9aef80
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for stm
|
||||
|
||||
# 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-stm
|
||||
VERSION=${VERSION:-2.4.2}
|
||||
VERSION=${VERSION:-2.4.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-stm"
|
||||
VERSION="2.4.2"
|
||||
VERSION="2.4.4"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/stm"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/stm/2.4.2/stm-2.4.2.tar.gz"
|
||||
MD5SUM="a0008fce2e12a18ab230516132d4117e"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/stm/2.4.4/stm-2.4.4.tar.gz"
|
||||
MD5SUM="3acbbfc1e95d0939728f12673bdd2bae"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
Loading…
Reference in New Issue