diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-12-15 06:40:14 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-17 09:14:02 +0700 |
commit | db9f212d33f16900fcc7ff8b62aa7163b6deb453 (patch) | |
tree | 486f3e149eedeaa3d776056f4fe9b7c251f36858 | |
parent | ffb5e39d04ed4f5dba7fb8ea1920e37018c9c0cc (diff) |
haskell/haskell-ShellCheck: Updated for version 0.9.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/haskell-ShellCheck/haskell-ShellCheck.info | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild index 09679e50a03d..3e5ed888ccff 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for haskell-ShellCheck # Copyright 2017-2018, 2020-2021 Andrew Clemons, Wellington New Zealand +# Copyright 2022 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-ShellCheck -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -42,9 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/haskell/haskell-ShellCheck/haskell-ShellCheck.info b/haskell/haskell-ShellCheck/haskell-ShellCheck.info index 94441d356ea5..82936c15bef0 100644 --- a/haskell/haskell-ShellCheck/haskell-ShellCheck.info +++ b/haskell/haskell-ShellCheck/haskell-ShellCheck.info @@ -1,10 +1,10 @@ PRGNAM="haskell-ShellCheck" -VERSION="0.8.0" +VERSION="0.9.0" HOMEPAGE="https://www.shellcheck.net/" -DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.8.0/ShellCheck-0.8.0.tar.gz" -MD5SUM="2d12124f649819f7417c715b961040b8" +DOWNLOAD="https://hackage.haskell.org/package/ShellCheck-0.9.0/ShellCheck-0.9.0.tar.gz" +MD5SUM="ac7102f45d8c88ae70b19521d5b27a52" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa haskell-Diff" +REQUIRES="haskell-aeson haskell-json haskell-QuickCheck haskell-regex-tdfa haskell-Diff haskell-fgl" MAINTAINER="Andrew Clemons" EMAIL="andrew.clemons@gmail.com" |