Skip to content

Commit

Permalink
sdl_image 2.8.0 has been released
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Dec 5, 2023
1 parent 0d3a36d commit 9212b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kivy_ios/recipes/sdl2_image/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


class LibSDL2ImageRecipe(Recipe):
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"
library = "Xcode/build/Release-{plat.sdk}/libSDL2_image.a"
include_dir = "include/SDL_image.h"
depends = ["sdl2"]
Expand Down

0 comments on commit 9212b38

Please sign in to comment.