mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := 1.0.1
|
|
DOWNLOADS := exfat.archive
|
|
|
|
URL(exfat) := https://genode.org/files/fuse-exfat-$(VERSION).tar.gz
|
|
SHA(exfat) := 12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758
|
|
DIR(exfat) := src/lib/exfat
|
|
|
|
PATCHES := src/lib/exfat/main.c.patch
|
|
|
|
DIRS := include
|
|
DIR_CONTENT(include) := src/lib/exfat/libexfat/*.h
|