We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d362691 commit 36c3123Copy full SHA for 36c3123
Makefile-fonts
@@ -105,8 +105,9 @@ notobase = $(shell sed -e 's/-.*//' <<< $(notdir $1))
105
.sources/Libertinus-%.tar.xz: | .sources
106
curl -fsSL https://github.com/alerque/libertinus/releases/download/v$*/$(notdir $@) -o $@
107
108
+.sources/NAU5_005.zip: IA = https://web.archive.org/web/20190702052058/
109
.sources/NAU5_005.zip: | .sources
- 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 $@
111
112
.sources/Padauk-5.000.zip: | .sources
113
curl -fsSL https://software.sil.org/downloads/r/padauk/$(notdir $@) -o $@
0 commit comments