From 5f73e291cde015ca83cde81565ea3891f1dbf091 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 17:53:07 -0300 Subject: [PATCH] Update scripts for 5.16.1 --- build-aarch64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aarch64.sh b/build-aarch64.sh index a2a8e0f..9a1f0d3 100755 --- a/build-aarch64.sh +++ b/build-aarch64.sh @@ -3,7 +3,7 @@ # this script is intended to be run on debian 13 aarch64 -VERSION="5.16.0" +VERSION="5.16.1" SDL_VERSION="2.32.10" BOLD="\x1b[1m"