mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
18546ea16d
The site download.qt.io seems to apply some mirror-via-HTTP-redirect scheme which, unfortunately, seems broken (and therefore annoyingly slow) for non-SSL-secured URLs.
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
LICENSE := GPL
|
|
VERSION := 5.8.0
|
|
|
|
QT5 := qtbase-opensource-src-${VERSION}
|
|
|
|
DOWNLOADS := ${QT5}.archive
|
|
|
|
URL(${QT5}) := https://download.qt.io/archive/qt/5.8/$(VERSION)/submodules/$(QT5).tar.xz
|
|
SHA(${QT5}) := c17111ae02a44dc7be1ec2cf979a47ee9e58edf4904041a525c21f4fa53fc005
|
|
DIR(${QT5}) := src/lib/qt5-host
|