From 7b1f3ba3a48e659a4520f64841e42d922acd1a3c Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Tue, 5 Dec 2023 20:42:29 +0100 Subject: [PATCH] sdl_image 2.8.0 has been released --- pythonforandroid/recipes/sdl2_image/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythonforandroid/recipes/sdl2_image/__init__.py b/pythonforandroid/recipes/sdl2_image/__init__.py index ec37c19805..b3ac504fbf 100644 --- a/pythonforandroid/recipes/sdl2_image/__init__.py +++ b/pythonforandroid/recipes/sdl2_image/__init__.py @@ -6,8 +6,8 @@ class LibSDL2Image(BootstrapNDKRecipe): - version = '2.7.1' - 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' dir_name = 'SDL2_image' patches = ['enable-webp.patch']