From 4c1c088d87a4c539fffb0ccc5be3e1ad1f882f12 Mon Sep 17 00:00:00 2001 From: wentywenty <63338034+wentywenty@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:50:57 +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")/../.."