Skip to content

Commit 36c3123

Browse files
committed
Use internet archive to reach Society for Classical Studies file
Font file is open access, but CloudFlare is robot checks are blocking our CI.
1 parent d362691 commit 36c3123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile-fonts

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ notobase = $(shell sed -e 's/-.*//' <<< $(notdir $1))
105105
.sources/Libertinus-%.tar.xz: | .sources
106106
curl -fsSL https://github.com/alerque/libertinus/releases/download/v$*/$(notdir $@) -o $@
107107

108+
.sources/NAU5_005.zip: IA = https://web.archive.org/web/20190702052058/
108109
.sources/NAU5_005.zip: | .sources
109-
curl -fsSL https://classicalstudies.org/sites/default/files/userfiles/files/$(notdir $@) -o $@
110+
curl -fsSL $(IA)https://classicalstudies.org/sites/default/files/userfiles/files/$(notdir $@) -o $@
110111

111112
.sources/Padauk-5.000.zip: | .sources
112113
curl -fsSL https://software.sil.org/downloads/r/padauk/$(notdir $@) -o $@

0 commit comments

Comments
 (0)