Skip to content

Commit 10fa82b

Browse files
authored
Bump sdl2 version to 2.26.1 (kivy#2712)
1 parent 8f8cf6a commit 10fa82b

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

pythonforandroid/recipes/sdl2/__init__.py

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

77

88
class LibSDL2Recipe(BootstrapNDKRecipe):
9-
version = "2.26.0"
9+
version = "2.26.1"
1010
url = "https://github.com/libsdl-org/SDL/releases/download/release-{version}/SDL2-{version}.tar.gz"
11-
md5sum = '35bc58cfe41b8fb6c8e6646be26fa47e'
11+
md5sum = 'fba211fe2c67609df6fa3cf55d3c74dc'
1212

1313
dir_name = 'SDL'
1414

15-
patches = ['remove-extra-include.patch']
16-
1715
depends = ['sdl2_image', 'sdl2_mixer', 'sdl2_ttf']
1816

1917
def get_recipe_env(self, arch=None, with_flags_in_cc=True, with_python=True):

pythonforandroid/recipes/sdl2/remove-extra-include.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)