diff options
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/ |