install-shellcheck: Upgrade ShellCheck from 0.9.0 to 0.10.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2024-03-28 15:40:35 -07:00 committed by Tim Abbott
parent da984d0ab3
commit 416cba8746
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -eu set -eu
version=0.9.0 version=0.10.0
arch="$(uname -m)" arch="$(uname -m)"
tarball="shellcheck-v$version.linux.$arch.tar.xz" tarball="shellcheck-v$version.linux.$arch.tar.xz"
declare -A sha256=( declare -A sha256=(
[aarch64]=179c579ef3481317d130adebede74a34dbbc2df961a70916dd4039ebf0735fae [aarch64]=324a7e89de8fa2aed0d0c28f3dab59cf84c6d74264022c00c22af665ed1a09bb
[x86_64]=700324c6dd0ebea0117591c6cc9d7350d9c7c5c287acbad7630fa17b1d4d9e2f [x86_64]=6c881ab0698e4e6ea235245f22832860544f17ba386442fe7e9d629f8cbedf87
) )
check_version() { check_version() {

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 245
# historical commits sharing the same major version, in which case a # historical commits sharing the same major version, in which case a
# minor version bump suffices. # minor version bump suffices.
PROVISION_VERSION = (266, 1) PROVISION_VERSION = (266, 2)