install-shfmt: Upgrade shfmt from 3.5.0 to 3.5.1.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-07-05 21:10:28 -07:00 committed by Tim Abbott
parent 463fe515b8
commit e4e51b0eb4
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -eu
version=3.5.0
version=3.5.1
arch="$(uname -m)"
case $arch in
"x86_64")
binary="shfmt_v${version}_linux_amd64"
sha256=8feea043364a725dfb69665432aee9e85b84c7f801a70668650e8b15452f6574
sha256=56099a689b68534f98e1f8f05d3df6750ab53e3db68f514ee45595bf5b79d158
;;
"aarch64")
binary="shfmt_v${version}_linux_arm64"
sha256=2dec40f18622873dd3bf84fda17f43a0ae93b5305ead909dc0e91f6479d359c6
sha256=09d7902de04d52ebe0b332d84a9746d195f7e930806bdc2436f84d0de6a2d368
;;
esac

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 132
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = "193.1"
PROVISION_VERSION = "193.2"