mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 5.2.3
|
|
DOWNLOADS := xz.archive
|
|
|
|
URL(xz) := http://tukaani.org/xz/xz-$(VERSION).tar.xz
|
|
SHA(xz) := 7876096b053ad598c31f6df35f7de5cd9ff2ba3162e5a5554e4fc198447e0347
|
|
DIR(xz) := src/xz
|
|
|
|
DIRS := include/liblzma
|
|
DIR_CONTENT(include/liblzma) := src/xz/src/liblzma/api/lzma.h \
|
|
src/xz/src/liblzma/api/lzma
|