mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Update URL for qt6-qt5compat
They moved the file from `official_releases` to `archive` :^)
This commit is contained in:
parent
f5fd912d6d
commit
6b08b43a1e
Notes:
sideshowbarker
2024-07-17 00:49:59 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/6b08b43a1e Pull-request: https://github.com/SerenityOS/serenity/pull/23070
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version='6.4.0'
|
|||
workdir="qt5compat-everywhere-src-${version}"
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://download.qt.io/official_releases/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz#73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0"
|
||||
"https://download.qt.io/archive/qt/$(cut -d. -f1,2 <<< ${version})/${version}/submodules/qt5compat-everywhere-src-${version}.tar.xz#73475d0837f78246d509199f211a35c71fc36cccf64b3de258ebc6387194a4c0"
|
||||
)
|
||||
depends=(
|
||||
'qt6-qtbase'
|
||||
|
|
Loading…
Reference in a new issue