Skip to content

Commit b972e5a

Browse files
committed
sdl: bump to 2.30.11
1 parent 6a7755e commit b972e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/sdl2/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77

88
class LibSDL2Recipe(BootstrapNDKRecipe):
9-
version = "2.28.5"
9+
version = "2.30.11"
1010
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL2-{version}.tar.gz"
11-
md5sum = 'a344eb827a03045c9b399e99af4af13d'
11+
md5sum = 'bea190b480f6df249db29eb3bacfe41e'
1212

1313
dir_name = 'SDL'
1414

0 commit comments

Comments
 (0)