浏览代码

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.
EWouters 3 年之前
父节点
当前提交
20f730dc1c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Ports/libtheora/package.sh

+ 1 - 1
Ports/libtheora/package.sh

@@ -2,7 +2,7 @@
 port=libtheora
 port=libtheora
 version=1.1.1
 version=1.1.1
 useconfigure=true
 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"
 auth_type="sha256"
 depends=("libvorbis")
 depends=("libvorbis")
 configopts=("--disable-examples")
 configopts=("--disable-examples")