mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-31 19:17:04 +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
288 B
Plaintext
10 lines
288 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 3.82
|
|
DOWNLOADS := make.archive
|
|
|
|
URL(make) := http://ftp.gnu.org/pub/gnu/make/make-$(VERSION).tar.gz
|
|
SHA(make) := 3d991b33e604187c5881a0abc2e102d5b9776da5569640e73778f85d617242e7
|
|
SIG(make) := ${URL(make)}.sig
|
|
KEY(make) := GNU
|
|
DIR(make) := src/noux-pkg/make
|