From 907eabfc3cda9cb057f567c02f134c9e196b32d8 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 26 Jun 2020 11:53:57 +1000 Subject: sqlite: Change to https for downloading the source package. --- source-builder/config/sqlite-3-1.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source-builder') diff --git a/source-builder/config/sqlite-3-1.cfg b/source-builder/config/sqlite-3-1.cfg index d7ba101..a0863bd 100644 --- a/source-builder/config/sqlite-3-1.cfg +++ b/source-builder/config/sqlite-3-1.cfg @@ -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} - -- cgit v1.2.3