Skip to content

Commit 9df2658

Browse files
committed
Use the latest *released* freetype-py version
1 parent a752329 commit 9df2658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.14.1'
5+
version = '2.5.1'
66
url = 'https://github.com/rougier/freetype-py/archive/refs/tags/v{version}.tar.gz'
77
depends = ['freetype']
88
site_packages_name = 'freetype'

0 commit comments

Comments
 (0)