sqlite: Change to https for downloading the source package.

Closes #4015
This commit is contained in:
Chris Johns 2020-06-26 11:53:57 +10:00
parent b14fd48f31
commit 6537f4bda4

View File

@ -14,12 +14,13 @@ Summary: SQLite is an in-process library that implements a
transactional SQL database engine.
Version: %{sqlite_version}
Release: %{release}
URL: http://www.sqlite.org/
URL: https://www.sqlite.org/
#
# Sqlite Source
#
%source set sqlite http://www.sqlite.org/%{sqlite_src_year}/sqlite-autoconf-%{sqlite_src_version}.tar.gz
%source set sqlite \
https://www.sqlite.org/%{sqlite_src_year}/sqlite-autoconf-%{sqlite_src_version}.tar.gz
#
# Prepare the source code.
@ -88,4 +89,3 @@ URL: http://www.sqlite.org/
# RTEMS.
%{__make} DESTDIR=$SB_BUILD_ROOT install-data install-libLTLIBRARIES
cd ${build_top}