From 1ad8feaf65d4e165b57c71309dc85e29dfff9c01 Mon Sep 17 00:00:00 2001 From: peri4 Date: Thu, 7 May 2026 18:44:37 +0300 Subject: [PATCH] move Qt sources to shstk.ru --- linux_desktop/Dockerfile | 2 +- osx/Dockerfile | 2 +- pi/Dockerfile | 2 +- windows/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/linux_desktop/Dockerfile b/linux_desktop/Dockerfile index 21411f3..32e75e5 100644 --- a/linux_desktop/Dockerfile +++ b/linux_desktop/Dockerfile @@ -127,7 +127,7 @@ RUN wget -nv https://mirror.tochlab.net/pub/gnu/libmicrohttpd/libmicrohttpd-${CU # Qt WORKDIR /soft RUN if [ "${QT_FROM_SOURCE}" = "1" ]; then \ - wget -nv http://qt-mirror.dannhauer.de/archive/qt/${CUR_QT_VERSION_MAJOR}/${CUR_QT_VERSION}/single/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ + wget -nv https://shstk.ru/files/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && tar xf qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz -C /soft \ && rm -f qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && mkdir -p /soft/build/qt && cd /soft/build/qt \ diff --git a/osx/Dockerfile b/osx/Dockerfile index 5715f0a..f1d14a1 100644 --- a/osx/Dockerfile +++ b/osx/Dockerfile @@ -88,7 +88,7 @@ RUN wget -nv https://mirror.tochlab.net/pub/gnu/libmicrohttpd/libmicrohttpd-${CU ENV SYSROOT=/soft/osxcross/target/SDK/MacOSX10.14.sdk ENV CROSS_COMPILE=/soft/osxcross/target/bin/x86_64-${_DARWIN}- WORKDIR /soft -RUN wget -nv http://qt-mirror.dannhauer.de/archive/qt/${CUR_QT_VERSION_MAJOR}/${CUR_QT_VERSION}/single/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ +RUN wget -nv https://shstk.ru/files/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && tar -xf qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz -C /soft \ && rm -f qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && mkdir -p /soft/osx/build/qt && cd /soft/osx/build/qt \ diff --git a/pi/Dockerfile b/pi/Dockerfile index ee5cab1..b07e30c 100644 --- a/pi/Dockerfile +++ b/pi/Dockerfile @@ -91,7 +91,7 @@ RUN ln -s /usr/bin/arm-linux-gnueabihf-ar /usr/bin/arm-linux-gnueabi-ar RUN ln -s /usr/bin/arm-linux-gnueabihf-nm /usr/bin/arm-linux-gnueabi-nm RUN ln -s /usr/bin/arm-linux-gnueabihf-strip /usr/bin/arm-linux-gnueabi-strip RUN ln -s /usr/bin/arm-linux-gnueabihf-objcopy /usr/bin/arm-linux-gnueabi-objcopy -RUN wget -nv http://qt-mirror.dannhauer.de/archive/qt/${CUR_QT_VERSION_MAJOR}/${CUR_QT_VERSION}/single/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ +RUN wget -nv https://shstk.ru/files/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && tar -xf qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz -C /soft \ && rm -f qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && mkdir -p /soft/build/qt && cd /soft/build/qt \ diff --git a/windows/Dockerfile b/windows/Dockerfile index f57c03a..296a7b8 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -146,7 +146,7 @@ RUN wget -nv https://github.com/openssl/openssl/archive/OpenSSL_${CUR_OPENSSL_VE # Qt ENV QT_SRC=/soft/qt-everywhere-src-${CUR_QT_VERSION} WORKDIR /soft -RUN wget -v https://mirrors.ustc.edu.cn/qtproject/archive/qt/${CUR_QT_VERSION_MAJOR}/${CUR_QT_VERSION}/single/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ +RUN wget -v https://shstk.ru/files/qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && tar -xf qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz -C /soft \ && rm -f qt-everywhere-opensource-src-${CUR_QT_VERSION}.tar.xz \ && cd ${QT_SRC}/qtdeclarative/src/plugins/scenegraph/d3d12 \ -- 2.52.0