install-shfmt: Upgrade shfmt from 3.3.1 to 3.4.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-11-04 20:08:43 -07:00 committed by Tim Abbott
parent 8df6eccd42
commit a3445dac95
2 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -eu
version=3.3.1
version=3.4.0
arch="$(uname -m)"
case $arch in
"x86_64")
binary="shfmt_v${version}_linux_amd64"
sha256=0f73bf27219571bca7c5ef7d740d6ae72227e3995ffd88c7cb2b5712751538e2
sha256=5cd7a2b57a0592f919ca2e4249bd567ae3426801a28ae94d0b26f8f2c4ce17f9
;;
"aarch64")
binary="shfmt_v${version}_linux_arm64"
sha256=65d09815bb0d5c5b3c49f4e815c4785bdbaf339f4bcd607cabfd9cd2868b5849
sha256=c7a0fcd70f69ad136bee7352b42e0b52060c46bc547baf6e06926fcb0509c37e
;;
esac

View File

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