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.
This commit is contained in:
EWouters 2021-11-03 13:33:04 +01:00 committed by Linus Groh
parent 38809f90d9
commit 20f730dc1c

View file

@ -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")