From c1f7e3c2eae9ec10e7afbb6eefc959f9cc131164 Mon Sep 17 00:00:00 2001 From: feicong <1672927+feicong@users.noreply.github.com> Date: Wed, 16 Jul 2025 04:02:47 +0000 Subject: [PATCH] tools: Bump `SHELLFMT_VERSION` from 3.9.0 to 3.12.0 --- lib/tools/shellfmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/shellfmt.sh b/lib/tools/shellfmt.sh index e772560fe..71908ec33 100755 --- a/lib/tools/shellfmt.sh +++ b/lib/tools/shellfmt.sh @@ -7,7 +7,7 @@ # This file is a part of the Armbian Build Framework # https://github.com/armbian/build/ -SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.9.0} # https://github.com/mvdan/sh/releases/ +SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.12.0} # https://github.com/mvdan/sh/releases/ SRC="$( cd "$(dirname "$0")/../.."