From 360644feaf0df190534d4ae149a3d4649ff7f4cf Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:45:12 -0300 Subject: [PATCH] Update scripts for 5.15.2 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 016ba59..ec787f9 100644 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # run this script on an aarch64 computer, running modern debian or # something similar, otherwise it's not going to work... -VERSION="5.15.1" +VERSION="5.15.2" BOLD="\x1b[1m" RED="\x1b[31m"