mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
libports: use GitHub mirror for fatfs
It looks like http://www.elm-chan.org is blocking certain IP ranges, because downloading the source archive on certain machines fails with "403 Forbidden". Fixes genodelabs/genode#4623
This commit is contained in:
parent
790e81349f
commit
da60200377
@ -1 +1 @@
|
||||
973b91980a4eff6f47c81e4a2de8d94726fc2ffc
|
||||
2ac244a73ed86d8b429a0cf35bb65f20397b1709
|
||||
|
@ -2,10 +2,12 @@ LICENSE := BSD
|
||||
VERSION := 0.13b
|
||||
DOWNLOADS := fatfs.archive
|
||||
|
||||
URL(fatfs) := http://www.elm-chan.org/fsw/ff/arc/ff13b.zip
|
||||
SHA(fatfs) := 43a577724e5595d73c643891cb2959919885b458149794a085a98254784f5a9b
|
||||
URL(fatfs) := https://github.com/abbrev/fatfs/archive/refs/tags/R$(VERSION).tar.gz
|
||||
SHA(fatfs) := 7b182f2d65387d8d300a684773b21c0579bc3665a8c32138475cdcfd086149fc
|
||||
DIR(fatfs) := src/lib/fatfs
|
||||
|
||||
TAR_OPT(fatfs) := --strip-components 1
|
||||
|
||||
DIRS := include/fatfs
|
||||
DIR_CONTENT(include/fatfs) := \
|
||||
$(addprefix src/lib/fatfs/source/, ff.h diskio.h integer.h ffconf.h)
|
||||
|
Loading…
Reference in New Issue
Block a user