From 4718ab31c0db0aef076ef43a71ed32a0021c5935 Mon Sep 17 00:00:00 2001 From: Paul Brussee Date: Fri, 15 Apr 2016 21:37:42 +0200 Subject: [PATCH] update sdl2_ttf to 2.0.14 --- pythonforandroid/recipes/sdl2_ttf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/sdl2_ttf/__init__.py b/pythonforandroid/recipes/sdl2_ttf/__init__.py index e5b214eb6f..9f2d1e01b7 100644 --- a/pythonforandroid/recipes/sdl2_ttf/__init__.py +++ b/pythonforandroid/recipes/sdl2_ttf/__init__.py @@ -2,7 +2,7 @@ from os.path import exists class LibSDL2TTF(BootstrapNDKRecipe): - version = '2.0.12' + version = '2.0.14' url = 'https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-{version}.tar.gz' dir_name = 'SDL2_ttf'