mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +00:00
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:
parent
38809f90d9
commit
20f730dc1c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue