diff options
author | Erich Eckner <git@eckner.net> | 2022-11-03 22:55:11 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-11-03 22:55:11 +0100 |
commit | 58b42fd59834a4f0c137b3473cb8a88dea587226 (patch) | |
tree | 50951b8724b338262bfb56715e657f94f8e33fdf /manualPorts | |
parent | 7324802c3c1a5ed1c6c14037ab7bfb10ee7953ee (diff) | |
download | crux-ports-58b42fd59834a4f0c137b3473cb8a88dea587226.tar.xz |
tex-gyre-fonts: fix lastVersion.sh
Diffstat (limited to 'manualPorts')
-rwxr-xr-x | manualPorts/tex-gyre-fonts/lastVersion.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manualPorts/tex-gyre-fonts/lastVersion.sh b/manualPorts/tex-gyre-fonts/lastVersion.sh index b337f4f..2c032fb 100755 --- a/manualPorts/tex-gyre-fonts/lastVersion.sh +++ b/manualPorts/tex-gyre-fonts/lastVersion.sh @@ -1,6 +1,6 @@ #!/bin/bash -curl -Ss 'http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/' | \ +curl -Ss 'https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/' | \ tr '/"' '\n' | \ sed ' s/^tg\([0-9_]\+\)otf.zip/\1/ |