mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
LICENSE := MIT
|
|
DOWNLOADS := expat.archive
|
|
VERSION := 2.1.0
|
|
|
|
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
|
|
SHA(expat) := 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
|
|
DIR(expat) := src/lib/expat/contrib
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/expat/contrib/lib/*.h
|