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