genode/repos/libports/ports/lz4.port
Emery Hemingway 72cb71c827 Replace SHA1 hashes of port downloads with SHA256
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.

Ref #2767
2018-05-30 13:36:22 +02:00

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)