Skip to content

Commit f6c1db1

Browse files
committed
Added sdl2 md5sum
1 parent fbba5cd commit f6c1db1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/sdl2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class LibSDL2Recipe(BootstrapNDKRecipe):
77
version = "2.0.4"
88
url = "https://www.libsdl.org/release/SDL2-{version}.tar.gz"
9+
md5sum = '44fc4a023349933e7f5d7a582f7b886e'
910

1011
dir_name = 'SDL'
1112

0 commit comments

Comments
 (0)