diff options
author | sr55 <[email protected]> | 2020-02-11 21:49:58 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2020-02-25 20:21:15 +0000 |
commit | 91bc6370e5e60255e0d0e488fda5077432753da4 (patch) | |
tree | 6b061acfd318ead5516cdc8f5abc74af10dfe141 /contrib/libvorbis | |
parent | 368c6062c51b1f46fbd077e8b17ffdde062a2a06 (diff) |
contrib: Switch to using GitHub to host our contrib binaries. Their CDN should be global and more reliable than our own server.
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 c03476014..30bf82d55 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 = https://download.handbrake.fr/handbrake/contrib/libvorbis-1.3.6.tar.gz +LIBVORBIS.FETCH.url = https://github.com/HandBrake/HandBrake-contribs/releases/download/contribs/libvorbis-1.3.6.tar.gz LIBVORBIS.FETCH.url += https://downloads.xiph.org/releases/vorbis/libvorbis-1.3.6.tar.gz LIBVORBIS.FETCH.sha256 = 6ed40e0241089a42c48604dc00e362beee00036af2d8b3f46338031c9e0351cb |