We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2c963 commit 09adcc4Copy full SHA for 09adcc4
pythonforandroid/recipes/sdl2_image/__init__.py
@@ -6,8 +6,8 @@
6
7
8
class LibSDL2Image(BootstrapNDKRecipe):
9
- version = '2.7.1'
10
- url = 'https://github.com/libsdl-org/SDL_image/releases/download/prerelease-{version}/SDL2_image-{version}.tar.gz'
+ version = '2.8.0'
+ url = 'https://github.com/libsdl-org/SDL_image/releases/download/release-{version}/SDL2_image-{version}.tar.gz'
11
dir_name = 'SDL2_image'
12
13
patches = ['enable-webp.patch']
0 commit comments