mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-05 05:24:13 +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
333 B
Plaintext
10 lines
333 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 3.3
|
|
DOWNLOADS := diffutils.archive
|
|
|
|
URL(diffutils) := http://ftp.gnu.org/gnu/diffutils/diffutils-$(VERSION).tar.xz
|
|
SHA(diffutils) := a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
|
|
SIG(diffutils) := ${URL(diffutils)}.sig
|
|
KEY(diffutils) := GNU
|
|
DIR(diffutils) := src/noux-pkg/diffutils
|