mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Fetch sqlite from https:// site
The http:// version is down an makes Travis fail. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4bb56db35e
commit
6b9380efb0
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ for package in "${PACKAGES[@]}" ; do
|
|||
curl_download_library libftdi1 https://www.intra2net.com/en/developer/libftdi/download/ libftdi1-${CURRENT_LIBFTDI}.tar.bz2
|
||||
;;
|
||||
sqlite)
|
||||
curl_download_library sqlite http://www.sqlite.org/2017/ sqlite-autoconf-${CURRENT_SQLITE}.tar.gz
|
||||
curl_download_library sqlite https://www.sqlite.org/2017/ sqlite-autoconf-${CURRENT_SQLITE}.tar.gz
|
||||
;;
|
||||
*)
|
||||
echo "unknown package \"$package\""
|
||||
|
|
Loading…
Reference in a new issue