mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 23:43:15 +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
299 B
Plaintext
10 lines
299 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 2.2.4
|
|
DOWNLOADS := gnupg.archive
|
|
|
|
URL(gnupg) := https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-$(VERSION).tar.bz2
|
|
SHA(gnupg) := 401a3e64780fdfa6d7670de0880aa5c9d589b3db7a7098979d7606cec546f2ec
|
|
DIR(gnupg) := src/app/gnupg
|
|
|
|
PATCHES := src/app/verify/patches/verify.patch
|