Fix qt-everywhere-src-5.10.1.tar.xz URL (#431)

This commit is contained in:
Kelson 2020-04-06 20:16:01 +02:00 committed by GitHub
parent d073c6d1dc
commit 9be35a4dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Qt(Dependency):
source_dir = "qt-5.10.1"
archive = Remotefile('qt-everywhere-src-5.10.1.tar.xz',
'',
'http://ftp1.nluug.nl/languages/qt/archive/qt/5.10/5.10.1/single/qt-everywhere-src-5.10.1.tar.xz')
'http://ftp.oregonstate.edu/.1/blfs/conglomeration/qt5/qt-everywhere-src-5.10.1.tar.xz')
class Builder(MakeBuilder):
dependencies = ['icu4c', 'zlib']