Skip to content

Commit 39dff1f

Browse files
committed
On second thought, use the latest freetype version
1 parent b8eaa1d commit 39dff1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythonforandroid/recipes/freetype-py/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class FreetypePyRecipe(PythonRecipe):
5-
version = '2.2.0'
5+
version = '2.14.1'
66
url = 'https://github.com/rougier/freetype-py/archive/refs/tags/v{version}.tar.gz'
77
depends = ['freetype']
88
site_packages_name = 'freetype'

pythonforandroid/recipes/freetype/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class FreetypeRecipe(Recipe):
2424
https://sourceforge.net/projects/freetype/files/freetype2/2.5.3/
2525
"""
2626

27-
version = '2.2.0'
27+
version = '2.14.1'
2828
url = 'https://download.savannah.gnu.org/releases/freetype/freetype-{version}.tar.gz' # noqa
2929
built_libraries = {'libfreetype.so': 'objs/.libs'}
3030

0 commit comments

Comments
 (0)