We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639dbca commit 66bc796Copy full SHA for 66bc796
setupext.py
@@ -1165,12 +1165,12 @@ def do_custom_build(self):
1165
os.makedirs('build')
1166
1167
sourceforge_url = (
1168
- 'http://downloads.sourceforge.net/project/freetype'
+ 'https://downloads.sourceforge.net/project/freetype'
1169
'/freetype2/{0}/'.format(LOCAL_FREETYPE_VERSION)
1170
)
1171
url_fmts = (
1172
sourceforge_url + '{0}',
1173
- 'http://download.savannah.gnu.org/releases/freetype/{0}'
+ 'https://download.savannah.gnu.org/releases/freetype/{0}'
1174
1175
for url_fmt in url_fmts:
1176
tarball_url = url_fmt.format(tarball)
0 commit comments