8000 Reorder mirror and main source for freetype · Kojoley/matplotlib@7509230 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7509230

Browse files
committed
Reorder mirror and main source for freetype
1 parent 8c304de commit 7509230

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
@@ -1060,8 +1060,8 @@ def do_custom_build(self):
10601060
'/freetype2/{0}/'.format(LOCAL_FREETYPE_VERSION)
10611061
)
10621062
url_fmts = (
1063-
'http://download.savannah.gnu.org/releases/freetype/{0}',
1064-
sourceforge_url + '{0}'
1063+
sourceforge_url + '{0}',
1064+
'http://download.savannah.gnu.org/releases/freetype/{0}'
10651065
)
10661066
for url_fmt in url_fmts:
10671067
tarball_url = url_fmt.format(tarball)

0 commit comments

Comments
 (0)
0