mkpackage: use HTTPS for lsts repository

This commit is contained in:
Tiago Marques 2017-12-04 11:35:38 +00:00
parent 459c14e7f4
commit 5967c0b13f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ download()
fi
# First try LSTS mirror.
lsts_url="http://lsts.pt/glued/$(basename $u)"
lsts_url="https://lsts.pt/glued/$(basename $u)"
download_tool "$lsts_url" "$cfg_dir_downloads/$file"
if [ $? -ne 0 ]; then
# Then try OceanScan-MST mirror.