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/automake/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/automake/module.defs')
-rw-r--r-- | contrib/automake/module.defs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/automake/module.defs b/contrib/automake/module.defs index 3ab899301..d798644f2 100644 --- a/contrib/automake/module.defs +++ b/contrib/automake/module.defs @@ -1,10 +1,10 @@ $(eval $(call import.MODULE.defs,AUTOMAKE,automake,AUTOCONF)) $(eval $(call import.CONTRIB.defs,AUTOMAKE)) -AUTOMAKE.FETCH.url = http://download.handbrake.fr/handbrake/contrib/automake-1.13.1.tar.gz -AUTOMAKE.FETCH.url += http://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz +AUTOMAKE.FETCH.url = https://download.handbrake.fr/handbrake/contrib/automake-1.13.1.tar.gz +AUTOMAKE.FETCH.url += https://ftp.gnu.org/gnu/automake/automake-1.13.1.tar.gz AUTOMAKE.FETCH.md5 = 78a0ef8216b0556b44508e7b5b0c0847 # TODO: automake >= 1.15 -#AUTOMAKE.FETCH.url = http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz +#AUTOMAKE.FETCH.url = https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz #AUTOMAKE.FETCH.md5 = 716946a105ca228ab545fc37a70df3a3 |