Skip to content

Commit

Permalink
Update dependency ShellCheck to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow-Renovate committed Mar 18, 2024
1 parent 8479849 commit 9ad847c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ $(TMP) :

# Download shellcheck

SHELLCHECK_VERSION=0.8.0
SHELLCHECK_TAR_SHA512=89317d97adb341e627b709e86477734ce236e9fb290de8a8c41cdc62769a3225622fa609deffebeabe9edb71f5639a086f61b677947e3ec4bc07c540fcbd0973
SHELLCHECK_VERSION=0.10.0
SHELLCHECK_TAR_SHA512=31006830087c2b9ffe9fa36c1ab4a8b11c85078cac8203265d0cfd630c70a4a506e66dd9d7ccde964360ad95045894149de457db34f10cad76708c7a4aa544ca
SHELLCHECK_TAR_DIR=shellcheck-v$(SHELLCHECK_VERSION)
SHELLCHECK_TAR_FN=$(SHELLCHECK_TAR_DIR).linux.x86_64.tar.xz
SHELLCHECK_TAR_URL_BASE=https://github.com/koalaman/shellcheck/releases/download/v$(SHELLCHECK_VERSION)/
Expand Down

0 comments on commit 9ad847c

Please sign in to comment.