diff options
author | Andrew Clemons | 2018-12-03 09:40:59 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2018-12-09 07:17:08 +0100 |
commit | 3c23b5c52abae5e078415726b3e96a4cfe83df2c (patch) | |
tree | 5048c653d0b42a06afcc73fc97c814b89ddaf9c4 /haskell | |
parent | 1fc26338f744bc45332c63cbfe29ee31e8e0f68c (diff) | |
download | slackbuilds-3c23b5c52abae5e078415726b3e96a4cfe83df2c.tar.gz |
haskell/haskell-ShellCheck: Updated for version 0.6.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild index 1b48f83194..653337cbaf 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild @@ -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} diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.info b/haskell/haskell-ShellCheck/haskell-ShellCheck.info index 3f14b6f195..90c91f2605 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.info +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.info @@ -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" |