genode/repos/libports/ports/readline.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

14 lines
484 B
Plaintext

LICENSE := GPLv3
VERSION := 6.0
DOWNLOADS := readline.archive
URL(readline) := ftp://ftp.gnu.org/gnu/readline/readline-$(VERSION).tar.gz
SHA(readline) := 1199d905c025735b34cf67d03078585e18f84707052413279fe68ce48c1cc1de
SIG(readline) := ${URL(readline)}.sig
KEY(readline) := GNU
DIR(readline) := src/lib/readline
DIRS := include/readline
DIR_CONTENT(include/readline) := $(addprefix src/lib/readline/,\
rlstdc.h rltypedefs.h keymaps.h tilde.h)