We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f648757 commit a6d42acCopy full SHA for a6d42ac
1 file changed
pythonforandroid/recipes/sdl2/__init__.py
@@ -8,7 +8,7 @@
8
class LibSDL2Recipe(BootstrapNDKRecipe):
9
version = "2.28.3"
10
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL2-{version}.tar.gz"
11
- md5sum = 'fba211fe2c67609df6fa3cf55d3c74dc'
+ md5sum = 'a9cd672b63386d1f57074a4896045d54'
12
13
dir_name = 'SDL'
14
0 commit comments