File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ FROM builder AS patches
91
91
RUN git init patches \
92
92
&& cd patches \
93
93
&& git remote add origin https://github.com/desktop-app/patches.git \
94
- && git fetch --depth=1 origin e15b5d87c565e516aad5bcafdfe40315f84e5459 \
94
+ && git fetch --depth=1 origin a25a212644a8e42d9a5b1c7ba6489e11e92df813 \
95
95
&& git reset --hard FETCH_HEAD \
96
96
&& rm -rf .git
97
97
@@ -730,7 +730,7 @@ COPY --link --from=xcb-cursor /usr/src/xcb-cursor-cache /
730
730
COPY --link --from=openssl /usr/src/openssl-cache /
731
731
COPY --link --from=xkbcommon /usr/src/xkbcommon-cache /
732
732
733
- ENV QT=6.9.1
733
+ ENV QT=6.9.2
734
734
RUN git clone -b v$QT --depth=1 https://github.com/qt/qt5.git \
735
735
&& cd qt5 \
736
736
&& git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qtshadertools \
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ def runStages():
456
456
stage ('patches' , """
457
457
git clone https://github.com/desktop-app/patches.git
458
458
cd patches
459
- git checkout 1ffcb17817a2cab167061d530703842395291e69
459
+ git checkout a25a212644a8e42d9a5b1c7ba6489e11e92df813
460
460
""" )
461
461
462
462
stage ('msys64' , """
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ def resolve(arch):
6
6
elif sys .platform == 'win32' :
7
7
if arch == 'arm' or 'qt6' in sys .argv :
8
8
print ('Choosing Qt 6.' )
9
- os .environ ['QT' ] = '6.9.1 '
9
+ os .environ ['QT' ] = '6.9.2 '
10
10
else :
11
11
print ('Choosing Qt 5.' )
12
12
os .environ ['QT' ] = '5.15.17'
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ parts:
107
107
patches :
108
108
source : https://github.com/desktop-app/patches.git
109
109
source-depth : 1
110
- source-commit : e15b5d87c565e516aad5bcafdfe40315f84e5459
110
+ source-commit : a25a212644a8e42d9a5b1c7ba6489e11e92df813
111
111
plugin : dump
112
112
override-pull : |
113
113
craftctl default
@@ -399,7 +399,7 @@ parts:
399
399
qt :
400
400
source : https://github.com/qt/qt5.git
401
401
source-depth : 1
402
- source-tag : v6.9.1
402
+ source-tag : v6.9.2
403
403
source-submodules :
404
404
- qtbase
405
405
- qtdeclarative
You can’t perform that action at this time.
0 commit comments