Ports: Update Qt to 6.2.3
This commit is contained in:
parent
25f6d2e2ab
commit
adc92beed1
Notes:
sideshowbarker
2024-07-17 12:08:10 +09:00
Author: https://github.com/MartinBriza Commit: https://github.com/SerenityOS/serenity/commit/adc92beed1 Pull-request: https://github.com/SerenityOS/serenity/pull/13609
2 changed files with 3 additions and 3 deletions
|
@ -174,7 +174,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`pt2-clone`](pt2-clone/) | ProTracker 2 clone | 1.28 | https://github.com/8bitbubsy/pt2-clone |
|
||||
| [`pv`](pv/) | Pipe Viewer | 1.6.20 | http://www.ivarch.com/programs/pv.shtml |
|
||||
| [`python3`](python3/) | Python | 3.10.3 | https://www.python.org/ |
|
||||
| [`qt6-qtbase`](qt6-qtbase/) | Qt6 QtBase | 6.2.2 | https://qt.io |
|
||||
| [`qt6-qtbase`](qt6-qtbase/) | Qt6 QtBase | 6.2.3 | https://qt.io |
|
||||
| [`qt6-serenity`](qt6-serenity/) | QSerenityPlatform | | https://github.com/SerenityPorts/QSerenityPlatform |
|
||||
| [`quake`](quake/) | Quake | 0.65 | https://github.com/SerenityOS/SerenityQuake |
|
||||
| [`quake2`](quake2/) | QuakeII | 0.1 | https://github.com/SerenityOS/SerenityQuakeII |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=qt6-qtbase
|
||||
version=6.2.2
|
||||
version=6.2.3
|
||||
workdir=qtbase-everywhere-src-${version}
|
||||
useconfigure=true
|
||||
files="https://download.qt.io/official_releases/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qtbase-everywhere-src-${version}.tar.xz qt6-qtbase-${version}.tar.xz 85ab9180180c2eaf84cd11ae4c6d5a6a69f2f8fd7260aaccfd91a3e7e7232c1a"
|
||||
files="https://download.qt.io/official_releases/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qtbase-everywhere-src-${version}.tar.xz qt6-qtbase-${version}.tar.xz 34d6d0072e197241463c417ad72610c3d44e2efd6062868e9a95283103d75df4"
|
||||
auth_type="sha256"
|
||||
configopts=(
|
||||
"-GNinja"
|
||||
|
|
Loading…
Add table
Reference in a new issue