Skip to content

Commit 39aa806

Browse files
DexerBRT-Dynamos
authored andcommitted
Fix md5sum for SDL3 recipe version 3.2.18 (#3183)
* fix md5sum * use lowercase
1 parent 2ebea90 commit 39aa806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/sdl3/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77

88
class LibSDL3Recipe(BootstrapNDKRecipe):
9-
version = "3.2.10"
9+
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)