From abf4c0d52cbbe40afe3b2dee522bc54bf164d05c Mon Sep 17 00:00:00 2001 From: inozemtsev-roman <24755187+inozemtsev-roman@users.noreply.github.com> Date: Sat, 16 Nov 2024 03:49:17 +0000 Subject: [PATCH] tools: Bump `SHELLFMT_VERSION` from 3.8.0 to 3.10.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 04678ec16f67..7031759e0f22 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.8.0} # https://github.com/mvdan/sh/releases/ +SHELLFMT_VERSION=${SHELLFMT_VERSION:-3.10.0} # https://github.com/mvdan/sh/releases/ SRC="$( cd "$(dirname "$0")/../.."