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/libtool | |
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/libtool')
-rw-r--r-- | contrib/libtool/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libtool/module.defs b/contrib/libtool/module.defs index 828f0e605..3986ba3c6 100644 --- a/contrib/libtool/module.defs +++ b/contrib/libtool/module.defs @@ -1,10 +1,10 @@ $(eval $(call import.MODULE.defs,LIBTOOL,libtool,AUTOCONF AUTOMAKE PKGCONFIG)) $(eval $(call import.CONTRIB.defs,LIBTOOL)) -LIBTOOL.FETCH.url = http://download.handbrake.fr/handbrake/contrib/libtool-2.4.2.tar.gz -LIBTOOL.FETCH.url += http://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz +LIBTOOL.FETCH.url = https://download.handbrake.fr/handbrake/contrib/libtool-2.4.2.tar.gz +LIBTOOL.FETCH.url += https://ftp.gnu.org/gnu/libtool/libtool-2.4.2.tar.gz LIBTOOL.FETCH.md5 = d2f3b7d4627e69e13514a40e72a24d50 # TODO: libtool >= 2.4.6 -#LIBTOOL.FETCH.url = http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz +#LIBTOOL.FETCH.url = https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz #LIBTOOL.FETCH.md5 = addf44b646ddb4e3919805aa88fa7c5e |