mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-24 23:01:23 +00:00
Qt5: add mirrors for mainland China user (#3056)
This commit is contained in:
parent
a9a90be9df
commit
62e99b274f
@ -15,7 +15,9 @@ PKG_VERSION:=5.13
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=qt-everywhere-src-$(PKG_VERSION).$(PKG_RELEASE).tar.xz
|
||||
PKG_SOURCE_URL:=http://download.qt-project.org/archive/qt/$(PKG_VERSION)/$(PKG_VERSION).$(PKG_RELEASE)/single/
|
||||
PKG_SOURCE_URL:= https://mirrors.tuna.tsinghua.edu.cn/qt/archive/qt/$(PKG_VERSION)/$(PKG_VERSION).$(PKG_RELEASE)/single/ \
|
||||
https://mirrors.ustc.edu.cn/qtproject/archive/qt/$(PKG_VERSION)/$(PKG_VERSION).$(PKG_RELEASE)/single/ \
|
||||
http://download.qt-project.org/archive/qt/$(PKG_VERSION)/$(PKG_VERSION).$(PKG_RELEASE)/single/
|
||||
PKG_HASH:=55e8273536be41f4f63064a79e552a22133848bb419400b6fa8e9fc0dc05de08
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user