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
Notes:
sideshowbarker
2024-07-18 01:30:13 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/20f730dc1c8 Pull-request: https://github.com/SerenityOS/serenity/pull/10777 Reviewed-by: https://github.com/bcoles ✅
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
Reference in a new issue