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 7210a37 commit 7b1f3baCopy full SHA for 7b1f3ba
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