From 43f8e01185fa692c99724f73ef5b057e0613bdf4 Mon Sep 17 00:00:00 2001 From: pull <39814207+pull@users.noreply.github.com> Date: Mon, 16 Mar 2026 05:31:59 +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")/../.."