Updates shellcheck 0.6.0 sha

This commit is contained in:
Spencer Gibb
2019-04-09 14:33:50 -04:00
parent a6bbf05629
commit 7acbf0ebc5

View File

@@ -38,7 +38,7 @@ case $1 in
download-shellcheck)
if [[ "${OSTYPE}" == linux* && ! -z "${SHELLCHECK_BIN}" && "${SHELLCHECK_INSTALLED}" == "false" ]]; then
SHELLCHECK_ARCHIVE="shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"
SHELLCHECK_ARCHIVE_SHA512SUM="8bda5b4656d70de66f5bf01783ecb4aa76c961d86361b5772fbb9f75ee5f8c09a7eccbb2ee1b02ba9eec986c14903d11452f0fbf7473ffc7da53420e5ee8018c"
SHELLCHECK_ARCHIVE_SHA512SUM="d88733e95aea8e970c373a3f677a3eb272f14c12d3e9c93f81463b5fe406b43acdd3046d10c092f40c070a96a5fac1cf7e18b35ed790d76ecced6af32e2c8a85"
if [[ -x "${ROOT_DIR}/../target/shellcheck-${SHELLCHECK_VERSION}/shellcheck" ]]; then
echo "shellcheck already downloaded - skipping..."
exit 0