Skip to content

Commit b1d51e4

Browse files
committed
refactor: point Qt URL to archives subdirectory
As of this commit, Qt <6.5 are considered historical versions, which are located at a different path. Adjust accordingly.
1 parent 42a7296 commit b1d51e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package=qt
22
$(package)_version=5.15.14
3-
$(package)_download_path=https://download.qt.io/official_releases/qt/5.15/$($(package)_version)/submodules
3+
$(package)_download_path=https://download.qt.io/archive/qt/5.15/$($(package)_version)/submodules
44
$(package)_suffix=everywhere-opensource-src-$($(package)_version).tar.xz
55
$(package)_file_name=qtbase-$($(package)_suffix)
66
$(package)_sha256_hash=500d3b390048e9538c28b5f523dfea6936f9c2e10d24ab46580ff57d430b98be

0 commit comments

Comments
 (0)