mirror of https://github.com/zulip/zulip.git
install-shfmt: Upgrade shfmt from 2.7.0 to 2.8.0.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
94cf99bcf2
commit
aeeea453dd
|
@ -1,18 +1,18 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
version=3.7.0
|
version=3.8.0
|
||||||
arch="$(uname -m)"
|
arch="$(uname -m)"
|
||||||
|
|
||||||
case $arch in
|
case $arch in
|
||||||
"x86_64")
|
"x86_64")
|
||||||
binary="shfmt_v${version}_linux_amd64"
|
binary="shfmt_v${version}_linux_amd64"
|
||||||
sha256=0264c424278b18e22453fe523ec01a19805ce3b8ebf18eaf3aadc1edc23f42e3
|
sha256=27b3c6f9d9592fc5b4856c341d1ff2c88856709b9e76469313642a1d7b558fe0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"aarch64")
|
"aarch64")
|
||||||
binary="shfmt_v${version}_linux_arm64"
|
binary="shfmt_v${version}_linux_arm64"
|
||||||
sha256=111612560d15bd53d8e8f8f85731176ce12f3b418ec473d39a40ed6bbec772de
|
sha256=27e1f69b0d57c584bcbf5c882b4c4f78ffcf945d0efef45c1fbfc6692213c7c3
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 241
|
||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = (262, 1)
|
PROVISION_VERSION = (262, 2)
|
||||||
|
|
Loading…
Reference in New Issue