diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2020-04-26 22:39:33 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-03 08:48:53 +0700 |
commit | 7adbfd2410b771f8ca8386c4d39178560237a2bc (patch) | |
tree | 443741f5220ae792ed99714d86c8bad42bafe7c2 /haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild | |
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/haskell-ShellCheck/haskell-ShellCheck.SlackBuild')
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild | 4 |
1 files changed, 2 insertions, 2 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} |