mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +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
301 B
Plaintext
10 lines
301 B
Plaintext
LICENSE := BSD
|
|
VERSION := 20160212
|
|
DOWNLOADS := acpica.archive
|
|
|
|
URL(acpica) := http://acpica.org/sites/acpica/files/acpica-unix2-$(VERSION).tar.gz
|
|
SHA(acpica) := c0c68c7a8e9b1f4f66895b5950023042cb8e619fd92dab288010c8bd023d3270
|
|
DIR(acpica) := src/lib/acpica
|
|
|
|
PATCHES := src/lib/acpica/acpica.patch
|