diff options
author | Bradley Sepos <[email protected]> | 2016-12-14 16:01:13 -0500 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2016-12-14 16:01:13 -0500 |
commit | 5ad6f2b5198d9d034cff49da675c0686a3dacf01 (patch) | |
tree | e0d81cb5a88797e904407dead9c12c9cea62ffe7 /contrib/fontconfig/module.defs | |
parent | a3fdad972e155239d077760efa3906c2330a777e (diff) |
contrib: Use https where possible.
download.handbrake.fr now uses https, and some other hostnames do as well.
Diffstat (limited to 'contrib/fontconfig/module.defs')
-rw-r--r-- | contrib/fontconfig/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fontconfig/module.defs b/contrib/fontconfig/module.defs index 95ba4574b..3802a5741 100644 --- a/contrib/fontconfig/module.defs +++ b/contrib/fontconfig/module.defs @@ -2,7 +2,7 @@ __deps__ := FREETYPE LIBXML2 LIBICONV $(eval $(call import.MODULE.defs,FONTCONFIG,fontconfig,$(__deps__))) $(eval $(call import.CONTRIB.defs,FONTCONFIG)) -FONTCONFIG.FETCH.url = http://download.handbrake.fr/handbrake/contrib/fontconfig-2.12.1.tar.bz2 +FONTCONFIG.FETCH.url = https://download.handbrake.fr/handbrake/contrib/fontconfig-2.12.1.tar.bz2 FONTCONFIG.FETCH.url += https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.1.tar.bz2 FONTCONFIG.FETCH.md5 = b5af5a423ee3b5cfc34846838963c058 |