haskell/hscolour: Updated for version 1.25
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3b5cc06c85
commit
e0fb5fc67f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for hscolour
|
||||
|
||||
# Copyright 2015-2017 Christoph Willing, Brisbane Australia
|
||||
# Copyright 2015-2023 Christoph Willing, Brisbane Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=hscolour
|
||||
VERSION=${VERSION:-1.24.4}
|
||||
VERSION=${VERSION:-1.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="hscolour"
|
||||
VERSION="1.24.4"
|
||||
VERSION="1.25"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/hscolour/"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/hscolour-1.24.4/hscolour-1.24.4.tar.gz"
|
||||
MD5SUM="3b071820df13cbee7e90199e8e598007"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/hscolour-1.25/hscolour-1.25.tar.gz"
|
||||
MD5SUM="af4992bf98c71692e92c31363a29f71f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
Loading…
Reference in New Issue