aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-10-04 23:48:33 +0000
committerxiphon <xiphon@protonmail.com>2020-10-04 23:48:33 +0000
commit4cea7e1647cc2122a7e46d0866782bcf68e89095 (patch)
tree3dab53253347df75612a486d48d0f936a0785011
parentafc2e846fd280248610ab56eb5e39966f0305d5d (diff)
downloadmonzero-gui-4cea7e1647cc2122a7e46d0866782bcf68e89095.tar.gz
monzero-gui-4cea7e1647cc2122a7e46d0866782bcf68e89095.tar.xz
monzero-gui-4cea7e1647cc2122a7e46d0866782bcf68e89095.zip
docker: Linux - update freetype2 git source
-rw-r--r--Dockerfile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 39957ae3..60502982 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -47,7 +47,7 @@ RUN git clone -b v1.2.11 --depth 1 https://github.com/madler/zlib && \
make -j$THREADS install && \
rm -rf $(pwd)
-RUN git clone -b VER-2-10-2 --depth 1 https://git.sv.nongnu.org/r/freetype/freetype2.git && \
+RUN git clone -b VER-2-10-2 --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git && \
cd freetype2 && \
git reset --hard 132f19b779828b194b3fede187cee719785db4d8 && \
./autogen.sh && \