install-shellcheck: Upgrade ShellCheck from 0.7.1 to 0.7.2.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-06-08 15:59:05 -07:00
parent aedc5af351
commit ee48dc6d33
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.7.1 version=0.7.2
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]=b50cc31509b354ab5bbfc160bc0967567ed98cd9308fd43f38551b36cccc4446 [aarch64]=a12bdfe0f95811ad6c0a091006b919b2834b0619b460cfa596f557edd62e45ab
[x86_64]=64f17152d96d7ec261ad3086ed42d18232fcb65148b44571b564d688269d36c8 [x86_64]=70423609f27b504d6c0c47e340f33652aea975e45f312324f2dbf91c95a3b188
) )
check_version() { check_version() {

View File

@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 74
# 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 = "150.0" PROVISION_VERSION = "150.1"