From f3d619767b4c5da8208d87ee1587f10b85d8cf76 Mon Sep 17 00:00:00 2001 From: Dexer <73297572+DexerBR@users.noreply.github.com> Date: Mon, 1 Sep 2025 23:55:08 -0300 Subject: [PATCH 1/2] bump to 3.2.22 --- pythonforandroid/recipes/sdl3/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythonforandroid/recipes/sdl3/__init__.py b/pythonforandroid/recipes/sdl3/__init__.py index 139509c3e8..4876ee5d28 100644 --- a/pythonforandroid/recipes/sdl3/__init__.py +++ b/pythonforandroid/recipes/sdl3/__init__.py @@ -6,9 +6,9 @@ class LibSDL3Recipe(BootstrapNDKRecipe): - version = "3.2.18" + version = "3.2.22" url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz" - md5sum = "c7808ef624b74e2ac69cf531e78e0c6e" + md5sum = "99334e41c51003e70efe87ccda653b5c" conflicts = ["sdl2"] From baffd42d022e24274fba61c4406ae118605ee982 Mon Sep 17 00:00:00 2001 From: Dexer <73297572+DexerBR@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:24:36 -0300 Subject: [PATCH 2/2] bump sdl3 and sdl3_image --- pythonforandroid/recipes/sdl3/__init__.py | 4 ++-- pythonforandroid/recipes/sdl3_image/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pythonforandroid/recipes/sdl3/__init__.py b/pythonforandroid/recipes/sdl3/__init__.py index 4876ee5d28..b4735664d8 100644 --- a/pythonforandroid/recipes/sdl3/__init__.py +++ b/pythonforandroid/recipes/sdl3/__init__.py @@ -6,9 +6,9 @@ class LibSDL3Recipe(BootstrapNDKRecipe): - version = "3.2.22" + version = "3.4.2" url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz" - md5sum = "99334e41c51003e70efe87ccda653b5c" + md5sum = "b488ea1ede947c06855588314effe905" conflicts = ["sdl2"] diff --git a/pythonforandroid/recipes/sdl3_image/__init__.py b/pythonforandroid/recipes/sdl3_image/__init__.py index f6d705b168..0a09dff97c 100644 --- a/pythonforandroid/recipes/sdl3_image/__init__.py +++ b/pythonforandroid/recipes/sdl3_image/__init__.py @@ -6,7 +6,7 @@ class LibSDL3Image(BootstrapNDKRecipe): - version = "3.2.4" + version = "3.4.0" url = "https://github.com/libsdl-org/SDL_image/releases/download/release-{version}/SDL3_image-{version}.tar.gz" dir_name = "SDL3_image"