From 12a3825132b1be49f620ac783a965264be1edb6b Mon Sep 17 00:00:00 2001 From: MikeJonesSoftware <11621127+MikeJonesSoftware@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:32:06 +0000 Subject: [PATCH] tools: Bump `SHELLFMT_VERSION` from 3.12.0 to 3.13.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 3a64d724f458..34cef03c6be7 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.12.0} # https://github.com/mvdan/sh/releases/ +SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.13.0} # https://github.com/mvdan/sh/releases/ SRC="$( cd "$(dirname "$0")/../.."