install-shfmt: Upgrade shfmt from 3.2.2 to 3.2.4.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-25 16:58:29 -07:00
committed by Tim Abbott
parent f5b7e5d934
commit 2831f9b60e
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
#!/usr/bin/env bash
set -eu
version=3.2.2
version=3.2.4
binary="shfmt_v${version}_linux_amd64"
sha256=3a32a69286a19491a81fcd854154f0d886c379ff28d99e32d5594490b8bbef4b
sha256=3f5a47f8fec27fae3e06d611559a2063f5d27e4b9501171dde9959b8c60a3538
check_version() {
out="$(shfmt --version 2>/dev/null)" && [ "$out" = "v$version" ]

View File

@@ -45,4 +45,4 @@ API_FEATURE_LEVEL = 44
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "134.1"
PROVISION_VERSION = "134.2"