You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2017/04/06 20:31:39 UTC

geode-native git commit: GEODE-2759: Updated sqlite download to https,

Repository: geode-native
Updated Branches:
  refs/heads/develop 90b9da986 -> 36fe1158c


GEODE-2759: Updated sqlite download to https,

Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/36fe1158
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/36fe1158
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/36fe1158

Branch: refs/heads/develop
Commit: 36fe1158c9b96bf70f2345deb539c97722f737f7
Parents: 90b9da9
Author: Jacob Barrett <jb...@pivotal.io>
Authored: Thu Apr 6 13:31:26 2017 -0700
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Thu Apr 6 13:31:26 2017 -0700

----------------------------------------------------------------------
 src/dependencies/sqlite/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode-native/blob/36fe1158/src/dependencies/sqlite/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/dependencies/sqlite/CMakeLists.txt b/src/dependencies/sqlite/CMakeLists.txt
index 0929379..813fbad 100644
--- a/src/dependencies/sqlite/CMakeLists.txt
+++ b/src/dependencies/sqlite/CMakeLists.txt
@@ -17,7 +17,7 @@ project( sqlite )
 
 set( ${PROJECT_NAME}_VERSION 3140100 )
 set( ${PROJECT_NAME}_SHA265 bc7182476900017becb81565ecea7775d46ab747a97281aa610f4f45881c47a6 )
-set( ${PROJECT_NAME}_URL "http://www.sqlite.org/2016/sqlite-autoconf-${${PROJECT_NAME}_VERSION}.tar.gz" )
+set( ${PROJECT_NAME}_URL "https://www.sqlite.org/2016/sqlite-autoconf-${${PROJECT_NAME}_VERSION}.tar.gz" )
 set( ${PROJECT_NAME}_EXTERN ${PROJECT_NAME}-extern )
 
 set ( ${PROJECT_NAME}_CFLAGS "${${PROJECT_NAME}_CFLAGS} ${CFLAGS_ARCH}" )