haskell/haskell-zlib: Updated for version 0.5.4.0.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2013-03-04 00:05:02 -05:00 committed by dsomero
parent 7fc5cdfd9f
commit d6511f1363
3 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for zlib
# Copyright 2010 Peter Wang
# 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
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-zlib
VERSION=${VERSION:-0.5.3.3}
VERSION=${VERSION:-0.5.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,7 +59,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-zlib"
VERSION="0.5.3.3"
VERSION="0.5.4.0"
HOMEPAGE="http://hackage.haskell.org/package/zlib"
DOWNLOAD="http://hackage.haskell.org/packages/archive/zlib/0.5.3.3/zlib-0.5.3.3.tar.gz"
MD5SUM="1649e56d13ce2c6a6a9210227401dbbc"
DOWNLOAD="http://hackage.haskell.org/packages/archive/zlib/0.5.4.0/zlib-0.5.4.0.tar.gz"
MD5SUM="eb5984b936a7c37a0cdaa357149176b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"

View file

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
haskell-zlib: haskell-zlib (compression library for Haskell)