Qt: Update to 6.9.3

This commit is contained in:
Ani
2025-10-04 14:37:36 +02:00
parent 562a4e2539
commit 9e11271921

View File

@@ -185,7 +185,7 @@ RUN \
rm ./*.tar.xz && \
rm -r ./ffmpeg-*
ENV QTVER=6.9.1
ENV QTVER=6.9.3
RUN \
curl -sSfL -o qt.tar.xz https://download.qt.io/official_releases/qt/${QTVER%.*}/$QTVER/single/qt-everywhere-src-${QTVER}.tar.xz && \
tar -xf qt.tar.xz && \