genode-ehmry/repos/libports/ports/qt5-host.port
Christian Helmuth 18546ea16d Use https URLs for qt5 downloads
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.
2019-03-18 15:56:23 +01:00

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