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
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 4.4
|
|
DOWNLOADS := sed.archive
|
|
|
|
URL(sed) := https://ftp.gnu.org/pub/gnu/sed/sed-$(VERSION).tar.xz
|
|
SHA(sed) := cbd6ebc5aaf080ed60d0162d7f6aeae58211a1ee9ba9bb25623daa6cd942683b
|
|
SIG(sed) := ${URL(sed)}
|
|
KEY(sed) := GNU
|
|
DIR(sed) := src/noux-pkg/sed
|