mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-03 13:14:45 +00:00
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
LICENSE := unknown
|
|
VERSION := 7c7514d85a22b570fc85b47c010d0615f39e270d
|
|
DOWNLOADS := arora.archive
|
|
|
|
URL(arora) := https://github.com/Arora/arora/archive/$(VERSION).tar.gz
|
|
SHA(arora) := d625910daebc93ab39769907dbc80b4314d416b2bee8ce49983a2c8eead894f0
|
|
DIR(arora) := src/app/arora
|
|
|
|
PATCHES := $(foreach P,$(shell cat $(REP_DIR)/src/app/arora/patches/series),\
|
|
src/app/arora/patches/$P)
|
|
|
|
PATCH_OPT := -p1 -d src/app/arora
|