haskell/hscolour: Updated for version 1.24.1

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2017-05-14 21:42:02 +10:00 committed by Willy Sudiarto Raharjo
parent b9efa38b6c
commit 8d5d8a43c4
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for hscolour
# Copyright 2015 Christoph Willing Brisbane, Australia
# Copyright 2015-2017 Christoph Willing, Brisbane Australia
# 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=hscolour
VERSION=${VERSION:-1.23}
VERSION=${VERSION:-1.24.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -95,7 +95,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENCE-GPL $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENCE-LGPL $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="hscolour"
VERSION="1.23"
VERSION="1.24.1"
HOMEPAGE="http://hackage.haskell.org/package/hscolour/"
DOWNLOAD="http://hackage.haskell.org/package/hscolour-1.23/hscolour-1.23.tar.gz"
MD5SUM="db7d455e29429c2038595ac1d33f1865"
DOWNLOAD="http://hackage.haskell.org/package/hscolour-1.24.1/hscolour-1.24.1.tar.gz"
MD5SUM="663c863a3c0f5e6c1b35a8ca2f70bded"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"