install-shfmt: Upgrade shfmt from 3.11.0 to 3.12.0.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-07-22 12:15:26 -07:00
committed by Tim Abbott
parent d0f9fb73cc
commit 63f6a97f0c
2 changed files with 4 additions and 4 deletions

View File

@@ -1,18 +1,18 @@
#!/usr/bin/env bash
set -eu
version=3.11.0
version=3.12.0
arch="$(uname -m)"
case $arch in
"x86_64")
binary="shfmt_v${version}_linux_amd64"
sha256=1904ec6bac715c1d05cd7f6612eec8f67a625c3749cb327e5bfb4127d09035ff
sha256=d9fbb2a9c33d13f47e7618cf362a914d029d02a6df124064fff04fd688a745ea
;;
"aarch64")
binary="shfmt_v${version}_linux_arm64"
sha256=b3976121710fd4b12bf641b0a7fb2686da598fb0da9f148c641b61b54cfa3407
sha256=5f3fe3fa6a9f766e6a182ba79a94bef8afedafc57db0b1ad32b0f67fae971ba4
;;
esac

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 408
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (337, 0) # bumped 2025-07-22 to upgrade JavaScript dependencies
PROVISION_VERSION = (337, 1) # bumped 2025-07-21 to upgrade shfmt