We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1f665 commit 7fe1f1bCopy full SHA for 7fe1f1b
pythonforandroid/recipes/sdl3/__init__.py
@@ -6,9 +6,9 @@
6
7
8
class LibSDL3Recipe(BootstrapNDKRecipe):
9
- version = "3.2.22"
+ version = "3.4.2"
10
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz"
11
- md5sum = "99334e41c51003e70efe87ccda653b5c"
+ md5sum = "b488ea1ede947c06855588314effe905"
12
13
conflicts = ["sdl2"]
14
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"
0 commit comments