mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +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
332 B
Plaintext
11 lines
332 B
Plaintext
LICENSE := MIT
|
|
VERSION := 2013-06-10
|
|
DOWNLOADS := qoost.archive
|
|
|
|
URL(qoost) := https://downloads.sourceforge.net/project/qoost/qoost-$(VERSION).tar.bz2
|
|
SHA(qoost) := 1d2ea0346d9cd2116cca237bd49aad8fc1d40b3f4cc52d0dbb1ea2203c2965a6
|
|
DIR(qoost) := src/lib/qoost
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/qoost/include/qoost
|