diff --git a/pythonforandroid/recipes/sdl3/__init__.py b/pythonforandroid/recipes/sdl3/__init__.py index 139509c3e8..b4735664d8 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.4.2" url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz" - md5sum = "c7808ef624b74e2ac69cf531e78e0c6e" + 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"