From c09a8bc50b2338ba4d0a35308e8406822f427adb Mon Sep 17 00:00:00 2001 From: xtrack33 <44250528+xtrack33@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:50:13 +0000 Subject: [PATCH] tools: Bump `SHELLFMT_VERSION` from 3.13.1 to 3.14.1 --- 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 ff1954c6b295..c86ea09c4ce0 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.13.1} # https://github.com/mvdan/sh/releases/ +SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.14.1} # https://github.com/mvdan/sh/releases/ SRC="$( cd "$(dirname "$0")/../.."