We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5330267 commit 5c8b256Copy full SHA for 5c8b256
pythonforandroid/recipes/sdl3/__init__.py
@@ -6,9 +6,9 @@
6
7
8
class LibSDL3Recipe(BootstrapNDKRecipe):
9
- version = "3.2.18"
+ version = "3.2.22"
10
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz"
11
- md5sum = "c7808ef624b74e2ac69cf531e78e0c6e"
+ md5sum = "99334e41c51003e70efe87ccda653b5c"
12
13
conflicts = ["sdl2"]
14
0 commit comments