mirror of https://github.com/zulip/zulip.git
install-shfmt: Upgrade shfmt from 3.4.3 to 3.5.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
61c9740bbd
commit
79842fd228
|
@ -41,7 +41,6 @@ cp -a \
|
|||
tools/ci/production-upgrade-pg \
|
||||
tools/ci/send-failure-message \
|
||||
package.json yarn.lock \
|
||||
\
|
||||
/tmp/production-build
|
||||
|
||||
# Check that webpack bundles use only ES2019 syntax.
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
version=3.4.3
|
||||
version=3.5.0
|
||||
arch="$(uname -m)"
|
||||
|
||||
case $arch in
|
||||
"x86_64")
|
||||
binary="shfmt_v${version}_linux_amd64"
|
||||
sha256=713ef49db9a60a00636814a507da851b58da6b4b98a3627188fba0a61b60f9a8
|
||||
sha256=8feea043364a725dfb69665432aee9e85b84c7f801a70668650e8b15452f6574
|
||||
;;
|
||||
|
||||
"aarch64")
|
||||
binary="shfmt_v${version}_linux_arm64"
|
||||
sha256=b4f5d7b53012a1a7fdac5df8f13d829d82bc7ace53da4a09c532ac562589b106
|
||||
sha256=2dec40f18622873dd3bf84fda17f43a0ae93b5305ead909dc0e91f6479d359c6
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
@ -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 = "190.3"
|
||||
PROVISION_VERSION = "191.0"
|
||||
|
|
Loading…
Reference in New Issue