diff options
author | Andrew Clemons | 2020-04-26 12:39:33 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2020-05-03 03:48:53 +0200 |
commit | 7adbfd2410b771f8ca8386c4d39178560237a2bc (patch) | |
tree | 443741f5220ae792ed99714d86c8bad42bafe7c2 /haskell | |
parent | ad882c7f45a6df6a82efea5486c590c692378c5a (diff) | |
download | slackbuilds-7adbfd2410b771f8ca8386c4d39178560237a2bc.tar.gz |
haskell/haskell-ShellCheck: Updated for version 0.7.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild | 4 | ||||
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild index 653337cbaf..cb74d58724 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-2018 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2018, 2020 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.6.0} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.info b/haskell/haskell-ShellCheck/haskell-ShellCheck.info index 90c91f2605..6c30cce184 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.info +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.info @@ -1,10 +1,10 @@ PRGNAM="haskell-ShellCheck" -VERSION="0.6.0" +VERSION="0.7.1" HOMEPAGE="https://www.shellcheck.net/" -DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.6.0/ShellCheck-0.6.0.tar.gz" -MD5SUM="570c665dc89d31c5a4e25d52c5790eaf" +DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.7.1/ShellCheck-0.7.1.tar.gz" +MD5SUM="2f6f8fd74391538f0d0be13f55f6c202" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa" +REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa haskell-Diff" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |