summaryrefslogtreecommitdiffstats
path: root/snap/snapcraft.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r--snap/snapcraft.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 738efe616d..bd1b30a78a 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -396,9 +396,9 @@ parts:
- libxkbcommon-x11-0
- zlib1g
override-pull: |
- QT=6_3_1
+ QT=6_4_0
- git clone -b v6.3.1 --depth=1 git://code.qt.io/qt/qt5.git .
+ git clone -b v6.4.0-beta4 --depth=1 git://code.qt.io/qt/qt5.git .
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qt5compat
cd qtbase
@@ -446,7 +446,7 @@ parts:
qttools:
source: git://code.qt.io/qt/qttools.git
source-depth: 1
- source-tag: v6.3.1
+ source-tag: v6.4.0-beta4
plugin: cmake
build-packages:
- clang