diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-09-12 22:09:20 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-16 00:45:40 +0700 |
commit | d9d29abe9087935cf302b0ec78b91cf542da5193 (patch) | |
tree | 18009f645578ed70f790ba492ff7eff92c8e1b2a /haskell | |
parent | 3c949edffdade4f0b649e63434aada451925e449 (diff) | |
download | slackbuilds-d9d29abe9087935cf302b0ec78b91cf542da5193.tar.gz |
haskell/haskell-ShellCheck: Updated for version 0.7.2.
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 | 2 | ||||
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild index 0f395ea119..222be64ec2 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-ShellCheck -VERSION=${VERSION:-0.7.1} +VERSION=${VERSION:-0.7.2} 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 6c30cce184..96a3603ae6 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.info +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.info @@ -1,8 +1,8 @@ PRGNAM="haskell-ShellCheck" -VERSION="0.7.1" +VERSION="0.7.2" HOMEPAGE="https://www.shellcheck.net/" -DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.7.1/ShellCheck-0.7.1.tar.gz" -MD5SUM="2f6f8fd74391538f0d0be13f55f6c202" +DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.7.2/ShellCheck-0.7.2.tar.gz" +MD5SUM="bd9e5fbd1e1f76f0591adf702b7999a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa haskell-Diff" |