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/libvorbis | |
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/libvorbis')
-rw-r--r-- | contrib/libvorbis/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libvorbis/module.defs b/contrib/libvorbis/module.defs index ef9735553..ecb554eaf 100644 --- a/contrib/libvorbis/module.defs +++ b/contrib/libvorbis/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,LIBVORBIS,libvorbis,LIBOGG)) $(eval $(call import.CONTRIB.defs,LIBVORBIS)) -LIBVORBIS.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libvorbis-aotuv_b6.03.tar.bz2 +LIBVORBIS.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libvorbis-aotuv_b6.03.tar.bz2 LIBVORBIS.FETCH.md5 = 586d2ac0fa13f32cba78be5db4a16330 LIBVORBIS.EXTRACT.tarbase = aotuv-b6.03_20110424 |