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
333 B
Plaintext
11 lines
333 B
Plaintext
LICENSE := BSD
|
|
DOWNLOADS := lz4.archive
|
|
VERSION := 1.8.0
|
|
|
|
URL(lz4) := https://github.com/lz4/lz4/archive/v$(VERSION).tar.gz
|
|
SHA(lz4) := 2ca482ea7a9bb103603108b5a7510b7592b90158c151ff50a28f1ca8389fccf6
|
|
DIR(lz4) := src/lib/lz4
|
|
|
|
DIRS := include/lz4
|
|
DIR_CONTENT(include/lz4) := $(addprefix src/lib/lz4/lib/,lz4.h lz4frame.h lz4hc.h)
|