diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2025-08-31 17:37:05 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-09-06 07:24:06 +0700 |
commit | 3435099c57ca99060f5500a02ef4a5055c38b4e7 (patch) | |
tree | 4b3ccc7f9e4499b9ef76e61d108ab2f678056b30 /haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild | |
parent | ab52e9aea29728aff54468465969b102c530969c (diff) |
haskell/haskell-ShellCheck: Updated for version 0.11.0.
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 85794f8be2..ac6a5f222a 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for haskell-ShellCheck # Copyright 2017-2018, 2020-2021 Andrew Clemons, Wellington New Zealand -# Copyright 2022,2024 Andrew Clemons, Tokyo Japan +# Copyright 2022,2024-2025 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-ShellCheck -VERSION=${VERSION:-0.10.0} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |