mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +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
296 B
Plaintext
11 lines
296 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 2.21
|
|
DOWNLOADS := which.archive
|
|
|
|
URL(which) := https://ftp.gnu.org/gnu/which/which-$(VERSION).tar.gz
|
|
SHA(which) := f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad
|
|
SIG(which) := ${URL(which)}.sig
|
|
KEY(which) := GNU
|
|
DIR(which) := src/noux-pkg/which
|
|
|