From f267cc58d9164599fe470d649ffeb2eebf61019a Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 24 Jun 2020 15:36:04 -0700 Subject: [PATCH] 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. --- mingw/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw/Dockerfile b/mingw/Dockerfile index bddbf56..f394e90 100644 --- a/mingw/Dockerfile +++ b/mingw/Dockerfile @@ -11,7 +11,7 @@ RUN dnf install -y mingw32-gcc zip 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