mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Tim Abbott
parent
f5b7e5d934
commit
2831f9b60e
@@ -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" ]
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user