shithub: opusfile

Download patch

ref: f267cc58d9164599fe470d649ffeb2eebf61019a
parent: 1a3c9323f761834f12a16f08cebcaa5fa12c7398
author: Ralph Giles <giles@thaumas.net>
date: Wed Jun 24 11:36:04 EDT 2020

mingw: Pull opusfile source from gitlab.

Update the build environment container to use the gitlab.xiph.org
url instead of the no-longer-available git.xiph.org.

--- a/mingw/Dockerfile
+++ b/mingw/Dockerfile
@@ -11,7 +11,7 @@
 
 RUN dnf clean all
 
-RUN git clone https://git.xiph.org/opusfile.git
+RUN git clone https://gitlab.xiph.org/xiph/opusfile.git
 
 WORKDIR opusfile
 RUN git pull