diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-05-14 21:42:02 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-20 06:55:16 +0700 |
commit | 8d5d8a43c4f3bee6e440bb16a7820dd4eda6550a (patch) | |
tree | afaa7b4688e91e7c661ef5e529d7fafe4913ce88 /haskell | |
parent | b9efa38b6cbea8abeacdd908e451e1eb61593aed (diff) | |
download | slackbuilds-8d5d8a43c4f3bee6e440bb16a7820dd4eda6550a.tar.gz |
haskell/hscolour: Updated for version 1.24.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/hscolour/hscolour.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/hscolour/hscolour.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/hscolour/hscolour.SlackBuild b/haskell/hscolour/hscolour.SlackBuild index 8eb1482fc8..a01305069f 100644 --- a/haskell/hscolour/hscolour.SlackBuild +++ b/haskell/hscolour/hscolour.SlackBuild @@ -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 diff --git a/haskell/hscolour/hscolour.info b/haskell/hscolour/hscolour.info index 8267336705..0bb3147661 100644 --- a/haskell/hscolour/hscolour.info +++ b/haskell/hscolour/hscolour.info @@ -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" |