diff --git a/repos/libports/ports/fatfs.hash b/repos/libports/ports/fatfs.hash index 2aa9fd32f8..9af208c355 100644 --- a/repos/libports/ports/fatfs.hash +++ b/repos/libports/ports/fatfs.hash @@ -1 +1 @@ -973b91980a4eff6f47c81e4a2de8d94726fc2ffc +2ac244a73ed86d8b429a0cf35bb65f20397b1709 diff --git a/repos/libports/ports/fatfs.port b/repos/libports/ports/fatfs.port index c530ac6b89..f0993d12b5 100644 --- a/repos/libports/ports/fatfs.port +++ b/repos/libports/ports/fatfs.port @@ -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)