haskell/haskell-blaze-html: Updated for version 0.7.0.3.

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

View file

@ -2,7 +2,7 @@
# Slackware build script for blaze-html
# 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-blaze-html
VERSION=${VERSION:-0.5.1.3}
VERSION=${VERSION:-0.7.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-blaze-html"
VERSION="0.5.1.3"
VERSION="0.7.0.3"
HOMEPAGE="http://hackage.haskell.org/package/blaze-html"
DOWNLOAD="http://hackage.haskell.org/packages/archive/blaze-html/0.5.1.3/blaze-html-0.5.1.3.tar.gz"
MD5SUM="bf2bb46ec94df54948f20995109aeffb"
DOWNLOAD="http://hackage.haskell.org/packages/archive/blaze-html/0.7.0.3/blaze-html-0.7.0.3.tar.gz"
MD5SUM="3f5de45a4dc91391cde97fca66c17450"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-blaze-markup"