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/x265 | |
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/x265')
-rw-r--r-- | contrib/x265/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index 7dcae836b..689eef9e3 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -2,7 +2,7 @@ __deps__ := YASM CMAKE $(eval $(call import.MODULE.defs,X265,x265,$(__deps__))) $(eval $(call import.CONTRIB.defs,X265)) -X265.FETCH.url = http://download.handbrake.fr/contrib/x265_2.1-1.tar.gz +X265.FETCH.url = https://download.handbrake.fr/contrib/x265_2.1-1.tar.gz X265.FETCH.url += https://bitbucket.org/multicoreware/x265/downloads/x265_2.1.tar.gz X265.FETCH.url += https://download.videolan.org/pub/videolan/x265/x265_2.1.tar.gz X265.FETCH.md5 = 2d9cb183d2675dfb325abdedd2424bfa |