haskell/haskell-xml: Updated for version 1.3.13.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
97e769ca10
commit
af35e490a0
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for xml
|
||||
|
||||
# Written by Peter Wang <novalazy@gmail.com>
|
||||
# Copyright 2012 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-xml
|
||||
VERSION=${VERSION:-1.3.12}
|
||||
VERSION=${VERSION:-1.3.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-xml"
|
||||
VERSION="1.3.12"
|
||||
VERSION="1.3.13"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/xml"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/xml/1.3.12/xml-1.3.12.tar.gz"
|
||||
MD5SUM="e28f0837f10a91dd14a3f573f961a739"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/xml/1.3.13/xml-1.3.13.tar.gz"
|
||||
MD5SUM="17823634f69305e8d4cc99b22934a78c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-text"
|
||||
|
|
Loading…
Reference in New Issue