summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-06-26 11:53:57 +1000
committerChris Johns <chrisj@rtems.org>2020-06-26 11:55:06 +1000
commit6537f4bda446e4c7d0c47ca2dc128dec149972e1 (patch)
tree318952a384708ce632e754b0ebf69cd9a040ac5c
parentglib: Gnome has change the git version to gitlab in requested patches. (diff)
downloadrtems-source-builder-6537f4bda446e4c7d0c47ca2dc128dec149972e1.tar.bz2
sqlite: Change to https for downloading the source package.
Closes #4015
-rw-r--r--source-builder/config/sqlite-3-1.cfg6
1 files changed, 3 insertions, 3 deletions
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}
-