mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05: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
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