mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
LICENSE := GPL
|
|
VERSION := 5.8.0
|
|
|
|
QT5 := qtbase-opensource-src-${VERSION}
|
|
|
|
DOWNLOADS := ${QT5}.archive
|
|
|
|
URL(${QT5}) := http://download.qt.io/archive/qt/5.8/$(VERSION)/submodules/$(QT5).tar.xz
|
|
SHA(${QT5}) := c17111ae02a44dc7be1ec2cf979a47ee9e58edf4904041a525c21f4fa53fc005
|
|
DIR(${QT5}) := src/lib/qt5-host
|