Skip to content

Commit 1dbde54

Browse files
committed
fix md5sum
1 parent 3a4c68f commit 1dbde54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/sdl3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class LibSDL3Recipe(BootstrapNDKRecipe):
99
version = "3.2.18"
1010
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz"
11-
md5sum = "70cda886bcf5a4fdac550db796d2efa2"
11+
md5sum = "C7808EF624B74E2AC69CF531E78E0C6E"
1212

1313
conflicts = ["sdl2"]
1414

0 commit comments

Comments
 (0)