diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2023-12-06 15:02:21 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-12-06 19:08:31 -0500 |
commit | a89c24e70e0208b01fe1bd6d0c0ac1f981a63d2c (patch) | |
tree | 179ce8c6fdc418f4028d8f23aa2cde4a6644974f /Mk | |
parent | f6f391178d71fa5012f06bf9898ed78fd1c3879e (diff) | |
download | freebsd-ports-a89c24e70e0208b01fe1bd6d0c0ac1f981a63d2c.zip |
PySide6: Update to 6.6.1
https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs/changes-6.6.1?h=6.6.1
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/qt.mk b/Mk/Uses/qt.mk index 330cf6deaea8..7e9cfc926745 100644 --- a/Mk/Uses/qt.mk +++ b/Mk/Uses/qt.mk @@ -24,7 +24,7 @@ _QT_MK_INCLUDED= qt.mk _QT_SUPPORTED?= 5 6 QT5_VERSION?= 5.15.11 QT6_VERSION?= 6.6.1 -PYSIDE6_VERSION?= 6.6.0 +PYSIDE6_VERSION?= 6.6.1 # We accept the Qt version to be passed by either or all of the three mk files. . if empty(qt_ARGS) && empty(qmake_ARGS) && empty(qt-dist_ARGS) |