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
9 lines
246 B
Plaintext
9 lines
246 B
Plaintext
LICENSE := BSD
|
|
VERSION := 8.6.8
|
|
DOWNLOADS := tcl.archive
|
|
|
|
URL(tcl) := https://prdownloads.sourceforge.net/tcl/tcl$(VERSION)-src.tar.gz
|
|
SHA(tcl) := c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a
|
|
DIR(tcl) := src/noux-pkg/tcl
|
|
|