Skip to content

Commit 7fe1f1b

Browse files
DexerBRAndreMiras
authored andcommitted
bump sdl3 and sdl3_image
1 parent 7e1f665 commit 7fe1f1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.22"
9+
version = "3.4.2"
1010
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL3-{version}.tar.gz"
11-
md5sum = "99334e41c51003e70efe87ccda653b5c"
11+
md5sum = "b488ea1ede947c06855588314effe905"
1212

1313
conflicts = ["sdl2"]
1414

pythonforandroid/recipes/sdl3_image/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
class LibSDL3Image(BootstrapNDKRecipe):
9-
version = "3.2.4"
9+
version = "3.4.0"
1010
url = "https://github.com/libsdl-org/SDL_image/releases/download/release-{version}/SDL3_image-{version}.tar.gz"
1111
dir_name = "SDL3_image"
1212

0 commit comments

Comments
 (0)