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
12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
# 1.28 is broken (SAVEDIR_SORT_INODE)
|
|
|
|
LICENSE := GPLv3
|
|
VERSION := 1.30
|
|
DOWNLOADS := tar.archive
|
|
|
|
URL(tar) := https://ftp.gnu.org/gnu/tar/tar-$(VERSION).tar.xz
|
|
SHA(tar) := f1bf92dbb1e1ab27911a861ea8dde8208ee774866c46c0bb6ead41f4d1f4d2d3
|
|
SIG(tar) := ${URL(tar)}.sig
|
|
KEY(tar) := GNU
|
|
DIR(tar) := src/noux-pkg/tar
|