haskell/haskell-citeproc-hs: Updated for version 0.3.9.

Signed-off-by: Mikko Värri <vmj@linuxbox.fi>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mikko Värri 2014-03-10 23:42:09 +02:00 committed by Willy Sudiarto Raharjo
parent 3f101b23b6
commit dcf4c653f8
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for citeproc-hs
# Written by Peter Wang (novalazy@gmail.com)
# Copyright 2013 Mikko Värri, Finland
# Copyright 2014 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-citeproc-hs
VERSION=${VERSION:-0.3.7}
VERSION=${VERSION:-0.3.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-citeproc-hs"
VERSION="0.3.7"
VERSION="0.3.9"
HOMEPAGE="http://gorgias.mine.nu/repos/citeproc-hs/"
DOWNLOAD="http://hackage.haskell.org/packages/archive/citeproc-hs/0.3.7/citeproc-hs-0.3.7.tar.gz"
MD5SUM="11add895d1ae41b27dabcaebc0da409c"
DOWNLOAD="http://hackage.haskell.org/packages/archive/citeproc-hs/0.3.9/citeproc-hs-0.3.9.tar.gz"
MD5SUM="6473df62c66af79982818d56eeec7d12"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-json haskell-pandoc-types haskell-parsec haskell-utf8-string haskell-xml"