We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbba5cd commit f6c1db1Copy full SHA for f6c1db1
pythonforandroid/recipes/sdl2/__init__.py
@@ -6,6 +6,7 @@
6
class LibSDL2Recipe(BootstrapNDKRecipe):
7
version = "2.0.4"
8
url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
9
+ md5sum = '44fc4a023349933e7f5d7a582f7b886e'
10
11
dir_name = 'SDL'
12
0 commit comments