Skip to content

Commit 66bc796

Browse files
committed
Use secure links to FreeType tarballs.
1 parent 639dbca commit 66bc796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setupext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,12 +1165,12 @@ def do_custom_build(self):
11651165
os.makedirs('build')
11661166

11671167
sourceforge_url = (
1168-
'http://downloads.sourceforge.net/project/freetype'
1168+
'https://downloads.sourceforge.net/project/freetype'
11691169
'/freetype2/{0}/'.format(LOCAL_FREETYPE_VERSION)
11701170
)
11711171
url_fmts = (
11721172
sourceforge_url + '{0}',
1173-
'http://download.savannah.gnu.org/releases/freetype/{0}'
1173+
'https://download.savannah.gnu.org/releases/freetype/{0}'
11741174
)
11751175
for url_fmt in url_fmts:
11761176
tarball_url = url_fmt.format(tarball)

0 commit comments

Comments
 (0)