Skip to content

Commit

Permalink
Unit-tests: Update shellcheck to version 0.9.0
Browse files Browse the repository at this point in the history
Dependency, completed:
- Upload new shellcheck binary to Openvpn/easyrsa-unit-tests repository.

Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Oct 1, 2023
1 parent 060299f commit ed5d7f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion op-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,10 @@ help_verb="-vv"
sc_file='shellcheck'
unset -v sc_bin sc_bin_ok
# v 0.8.0
sc_hash='SHA256(shellcheck)= f4bce23c11c3919c1b20bcb0f206f6b44c44e26f2bc95f8aa708716095fa0651'
#sc_hash='SHA256(shellcheck)= f4bce23c11c3919c1b20bcb0f206f6b44c44e26f2bc95f8aa708716095fa0651'

# v 0.9.0
sc_hash='SHA256(shellcheck)= 7087178d54de6652b404c306233264463cb9e7a9afeb259bb663cc4dbfd64149'

ssl_file='openssl'
unset -v ssl_bin ssl_bin_ok
Expand Down

0 comments on commit ed5d7f4

Please sign in to comment.