[MacSDK] Switch to HTTPS for downloading SQLite
authorAlexis Christoforides <alexis@thenull.net>
Fri, 11 Aug 2017 18:13:09 +0000 (14:13 -0400)
committerAlexis Christoforides <alexis@thenull.net>
Fri, 11 Aug 2017 18:13:09 +0000 (14:13 -0400)
packaging/MacSDK/sqlite.py

index f0f5082c47a779aa684af95527d6f314783a79ed..37f0191d1c6417da97a162e486144cb69ab5ccd0 100644 (file)
@@ -1,3 +1,3 @@
 Package('sqlite-autoconf', '3090200', sources=[
-    'http://www.sqlite.org/2015/%{name}-%{version}.tar.gz'
+    'https://www.sqlite.org/2015/%{name}-%{version}.tar.gz'
 ])