Skip to content

Commit

Permalink
Update freetype url
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Aug 26, 2021
1 parent acf8ce9 commit 02630e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kivy_ios/recipes/freetype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class FreetypeRecipe(Recipe):
version = "2.5.5"
url = "http://download.savannah.gnu.org/releases/freetype/freetype-{version}.tar.bz2"
url = "https://download.savannah.gnu.org/releases/freetype/freetype-old/freetype-{version}.tar.bz2"
library = "objs/.libs/libfreetype.a"
include_dir = ["include", ("builds/unix/ftconfig.h", "config/ftconfig.h")]
include_per_arch = True
Expand Down

0 comments on commit 02630e5

Please sign in to comment.