From 2df8b64e79df2fe3e07120dc04089ecb43a339af Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:57:50 -0300 Subject: [PATCH 1/6] Update scripts for 5.16.0-rc1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b7e3321..9904b4f 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.2" +VERSION="5.16.0-rc1" SDL_VERSION="2.32.10" BOLD="\x1b[1m" From 38781a65fe0722d63dcbf3f57606d6d1fd1181f5 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:58:18 -0300 Subject: [PATCH 2/6] Update scripts for 5.16.0-rc1 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index fde109a..04accaa 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ # test the AppImage built with build.sh # again, this only works on aarch64 -VERSION="5.15.2" +VERSION="5.16.0-rc1" BOLD="\x1b[1m" RED="\x1b[31m" From b43be1cba0bfbad4bcf30d5e4e8f6b9a27f2aaa9 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 14:09:58 -0300 Subject: [PATCH 3/6] Update scripts for 5.16.0 5.16.0 is broken, do not use it. This is only for completeness. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9904b4f..c5b04c0 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.16.0-rc1" +VERSION="5.16.0" SDL_VERSION="2.32.10" BOLD="\x1b[1m" From d9a3b032914ec0c230b9a5118bf1b4e25f65ea4a Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 14:10:31 -0300 Subject: [PATCH 4/6] Update scripts for 5.16.0 5.16.0 is broken, do not use it. This is only for completeness. --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 04accaa..ddf4006 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ # test the AppImage built with build.sh # again, this only works on aarch64 -VERSION="5.16.0-rc1" +VERSION="5.16.0" BOLD="\x1b[1m" RED="\x1b[31m" From b445356066bd27528a560b1e47298ff2d9e79c2c Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 14:32:52 -0300 Subject: [PATCH 5/6] Update scripts for 5.16.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c5b04c0..25bd025 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.16.0" +VERSION="5.16.1" SDL_VERSION="2.32.10" BOLD="\x1b[1m" From 59fd8e45329e5e6ae5d98536c43f205d69a68ef3 Mon Sep 17 00:00:00 2001 From: a-bad-dev <244852891+a-bad-dev@users.noreply.github.com> Date: Sun, 10 May 2026 14:33:22 -0300 Subject: [PATCH 6/6] Update scripts for 5.16.1 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ddf4006..9e2638d 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ # test the AppImage built with build.sh # again, this only works on aarch64 -VERSION="5.16.0" +VERSION="5.16.1" BOLD="\x1b[1m" RED="\x1b[31m"