diff options
Diffstat (limited to 'haskell/haskell-ShellCheck')
-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 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} diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.info b/haskell/haskell-ShellCheck/haskell-ShellCheck.info index 9f1c1347b4..a2c43b6b7d 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.info +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.info @@ -1,8 +1,8 @@ PRGNAM="haskell-ShellCheck" -VERSION="0.10.0" +VERSION="0.11.0" HOMEPAGE="https://www.shellcheck.net/" -DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.10.0/ShellCheck-0.10.0.tar.gz" -MD5SUM="eed827a6ceb06225030e7c80e5330955" +DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.11.0/ShellCheck-0.11.0.tar.gz" +MD5SUM="550af1f7f8363986d9a91b8c04ed6060" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa haskell-Diff haskell-fgl" |