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 3a4c68f commit 1dbde54Copy full SHA for 1dbde54
pythonforandroid/recipes/sdl3/__init__.py
@@ -8,7 +8,7 @@
8
class LibSDL3Recipe(BootstrapNDKRecipe):
9
version = "3.2.18"
10
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz"
11
- md5sum = "70cda886bcf5a4fdac550db796d2efa2"
+ md5sum = "C7808EF624B74E2AC69CF531E78E0C6E"
12
13
conflicts = ["sdl2"]
14
0 commit comments