From 20f730dc1c862b83b9f51078121f9ab63cc4c96b Mon Sep 17 00:00:00 2001 From: EWouters <6179932+EWouters@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:33:04 +0100 Subject: [PATCH] Ports/libtheora: Change download link to mirror with TLS1.2 support Fixes download on Mac where an old version of LibreSSL won't redirect to the download mirror. --- Ports/libtheora/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/libtheora/package.sh b/Ports/libtheora/package.sh index cc5d0e203e..19f29103f2 100755 --- a/Ports/libtheora/package.sh +++ b/Ports/libtheora/package.sh @@ -2,7 +2,7 @@ port=libtheora version=1.1.1 useconfigure=true -files="https://downloads.xiph.org/releases/theora/libtheora-${version}.tar.bz2 libtheora-${version}.tar.bz2 b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc" +files="https://ftp.osuosl.org/pub/xiph/releases/theora/libtheora-${version}.tar.bz2 libtheora-${version}.tar.bz2 b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc" auth_type="sha256" depends=("libvorbis") configopts=("--disable-examples")