mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-07 06:18:48 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 4.6.0
|
|
DOWNLOADS := findutils.archive
|
|
|
|
URL(findutils) := https://ftp.gnu.org/pub/gnu/findutils/findutils-$(VERSION).tar.gz
|
|
SHA(findutils) := ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d
|
|
SIG(findutils) := ${URL(findutils)}
|
|
KEY(findutils) := GNU
|
|
DIR(findutils) := src/noux-pkg/findutils
|
|
|
|
|