Update shellcheck@latest to 0.9.0

This commit is contained in:
Taiki Endo
2022-12-13 20:52:26 +09:00
parent 4eef07f07c
commit ee26d44cfa
3 changed files with 4 additions and 2 deletions

View File

@@ -377,7 +377,7 @@ for tool in "${tools[@]}"; do
;;
shellcheck)
# https://github.com/koalaman/shellcheck/releases
latest_version="0.8.0"
latest_version="0.9.0"
repo="koalaman/${tool}"
case "${version}" in
latest) version="${latest_version}" ;;