haskell/haskell-ShellCheck: Updated for version 0.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
1fc26338f7
commit
3c23b5c52a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for haskell-ShellCheck
|
||||
|
||||
# Copyright 2017 Andrew Clemons, Wellington New Zealand
|
||||
# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
|
||||
# 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=haskell-ShellCheck
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-ShellCheck"
|
||||
VERSION="0.5.0"
|
||||
VERSION="0.6.0"
|
||||
HOMEPAGE="https://www.shellcheck.net/"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.5.0/ShellCheck-0.5.0.tar.gz"
|
||||
MD5SUM="0a0f23bd84141ca7056e7cd890dc4cc6"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.6.0/ShellCheck-0.6.0.tar.gz"
|
||||
MD5SUM="570c665dc89d31c5a4e25d52c5790eaf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa"
|
||||
|
|
Loading…
Reference in New Issue