shithub: opusfile

Download patch

ref: d36aab712a5d1e6b5daeaf4fc546f2c75f56958b
parent: d45bd3bf951f6e03f770a4224e5063f53f8fa02d
author: Ralph Giles <giles@thaumas.net>
date: Wed Aug 2 10:37:14 EDT 2017

mingw: Use an https url for downloading libogg.

downloads.xiph.org recently got https support.

--- a/mingw/Makefile
+++ b/mingw/Makefile
@@ -5,7 +5,7 @@
 # To build opusfile under mingw, we first need to build:
 DEPS = ogg opus ssl
 
-ogg_URL := http://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
+ogg_URL := https://downloads.xiph.org/releases/ogg/libogg-1.3.2.tar.xz
 ogg_SHA := 3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b
 
 opus_URL := https://archive.mozilla.org/pub/opus/opus-1.1.5.tar.gz