From 1f11dff8454fb45c7aa009f864ba5d58354c1ec3 Mon Sep 17 00:00:00 2001 From: ooops-t <25737141+ooops-t@users.noreply.github.com> Date: Sun, 16 Mar 2025 03:51:04 +0000 Subject: [PATCH] tools: Bump `SHELLFMT_VERSION` from 3.10.0 to 3.11.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 7031759e0f22..0af2280aa245 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.10.0} # https://github.com/mvdan/sh/releases/ +SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.11.0} # https://github.com/mvdan/sh/releases/ SRC="$( cd "$(dirname "$0")/../.."