mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:00:06 +00:00
17 lines
440 B
INI
17 lines
440 B
INI
[aqt]
|
|
# Using this mirror instead of download.qt.io because of timeouts in CI
|
|
# Below is the default URL of the mirror
|
|
# baseurl: https://download.qt.io
|
|
baseurl: https://qt.mirror.constant.com
|
|
|
|
[requests]
|
|
# Mirrors require sha1 instead of sha256
|
|
hash_algorithm: sha1
|
|
|
|
[mirrors]
|
|
trusted_mirrors:
|
|
https://qt.mirror.constant.com
|
|
fallbacks:
|
|
https://qt.mirror.constant.com
|
|
https://mirrors.ocf.berkeley.edu
|
|
https://download.qt.io
|