diff options
author | Christoph Willing <chris.willing@linux.com> | 2015-09-16 18:15:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-16 18:15:32 +0700 |
commit | aaa6f0dd1ef55736c700f1b04fb549c0edfbe64d (patch) | |
tree | 3bf1c66b418a2386407519bff0ed76698d7e6bf0 /haskell/hscolour | |
parent | 7c1f6ec94a2fee44651481c1e5aaaf287a682133 (diff) | |
download | slackbuilds-aaa6f0dd1ef55736c700f1b04fb549c0edfbe64d.tar.gz |
haskell/hscolour: Updated for version 1.23.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/hscolour')
-rw-r--r-- | haskell/hscolour/hscolour.SlackBuild | 22 | ||||
-rw-r--r-- | haskell/hscolour/hscolour.info | 8 |
2 files changed, 24 insertions, 6 deletions
diff --git a/haskell/hscolour/hscolour.SlackBuild b/haskell/hscolour/hscolour.SlackBuild index ac9af8106d..8eb1482fc8 100644 --- a/haskell/hscolour/hscolour.SlackBuild +++ b/haskell/hscolour/hscolour.SlackBuild @@ -1,11 +1,29 @@ #!/bin/sh # Slackware build script for hscolour + +# Copyright 2015 Christoph Willing Brisbane, Australia +# All rights reserved. +# +# 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. # -# Written by Christoph Willing <c.willing @ uq.edu.au> +# 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} diff --git a/haskell/hscolour/hscolour.info b/haskell/hscolour/hscolour.info index be6f7f1758..a3d886ea9a 100644 --- a/haskell/hscolour/hscolour.info +++ b/haskell/hscolour/hscolour.info @@ -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" |