mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18: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
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 3.1
|
|
DOWNLOADS := grep.archive
|
|
|
|
URL(grep) := http://ftp.gnu.org/pub/gnu/grep/grep-$(VERSION).tar.xz
|
|
SHA(grep) := db625c7ab3bb3ee757b3926a5cfa8d9e1c3991ad24707a83dde8a5ef2bf7a07e
|
|
SIG(grep) := ${URL(grep)}.sig
|
|
KEY(grep) := GNU
|
|
DIR(grep) := src/noux-pkg/grep
|