haskell/haskell-network: Updated for version 2.6.0.2.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
Mikko Värri 2014-03-10 23:49:31 +02:00 committed by Willy Sudiarto Raharjo
parent 0bcdb45eb2
commit b1e0d6df1c
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for network
# 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-network
VERSION=${VERSION:-2.4.1.2}
VERSION=${VERSION:-2.6.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-network"
VERSION="2.4.1.2"
VERSION="2.6.0.2"
HOMEPAGE="http://hackage.haskell.org/package/network"
DOWNLOAD="http://hackage.haskell.org/packages/archive/network/2.4.1.2/network-2.4.1.2.tar.gz"
MD5SUM="032075c35dea5d23923af3928f9a5511"
DOWNLOAD="http://hackage.haskell.org/packages/archive/network/2.6.0.2/network-2.6.0.2.tar.gz"
MD5SUM="c6e5e3fafedb45cd945b72e35cd3abe0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-parsec"