haskell/hscolour: Updated for version 1.23.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2015-09-16 18:15:32 +07:00 committed by Willy Sudiarto Raharjo
parent 7c1f6ec94a
commit aaa6f0dd1e
2 changed files with 24 additions and 6 deletions

View file

@ -1,11 +1,29 @@
#!/bin/sh
# Slackware build script for hscolour
# Copyright 2015 Christoph Willing Brisbane, Australia
# All rights reserved.
#
# Written by Christoph Willing <c.willing @ uq.edu.au>
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
# notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hscolour
VERSION=${VERSION:-1.20.3}
VERSION=${VERSION:-1.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="hscolour"
VERSION="1.20.3"
VERSION="1.23"
HOMEPAGE="http://hackage.haskell.org/package/hscolour/"
DOWNLOAD="http://hackage.haskell.org/packages/archive/hscolour/1.20.3/hscolour-1.20.3.tar.gz"
MD5SUM="86ab0303a023ac22617d14bbcd06eab8"
DOWNLOAD="http://hackage.haskell.org/package/hscolour/hscolour-1.23/hscolour-1.23.tar.gz"
MD5SUM="db7d455e29429c2038595ac1d33f1865"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"
MAINTAINER="Christoph Willing"
EMAIL="c.willing@uq.edu.au"
EMAIL="chris.willing@linux.com"