From cbeed2ba0b6924e570229de758d8bb307e972ba6 Mon Sep 17 00:00:00 2001 From: Felicia Lim Date: Tue, 12 May 2020 13:06:49 -0700 Subject: [PATCH] [opus] Update upstream repository url (#3793) --- projects/opus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/opus/Dockerfile b/projects/opus/Dockerfile index bba12370e..29f828e58 100644 --- a/projects/opus/Dockerfile +++ b/projects/opus/Dockerfile @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER flim@google.com RUN apt-get update && apt-get install -y make autoconf automake libtool wget -RUN git clone https://git.xiph.org/opus.git +RUN git clone https://gitlab.xiph.org/xiph/opus.git RUN wget https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz WORKDIR opus COPY build.sh $SRC/