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:
Roman Iten 2022-09-30 10:38:29 +02:00 committed by Christian Helmuth
parent 790e81349f
commit da60200377
2 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
973b91980a4eff6f47c81e4a2de8d94726fc2ffc
2ac244a73ed86d8b429a0cf35bb65f20397b1709

View File

@ -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)