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 21:20:05 UTC

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

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


GEODE-2759: Updated sqlite.net 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/ff12c968
Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/ff12c968
Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/ff12c968

Branch: refs/heads/develop
Commit: ff12c9685cc5317f5aa8ac9bc872ac666435c8d8
Parents: 36fe115
Author: Jacob Barrett <jb...@pivotal.io>
Authored: Thu Apr 6 14:19:36 2017 -0700
Committer: Jacob Barrett <jb...@pivotal.io>
Committed: Thu Apr 6 14:19:36 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/geode-native/blob/ff12c968/src/dependencies/sqlite-netFx/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/dependencies/sqlite-netFx/CMakeLists.txt b/src/dependencies/sqlite-netFx/CMakeLists.txt
index 7a5fd30..7c5b019 100644
--- a/src/dependencies/sqlite-netFx/CMakeLists.txt
+++ b/src/dependencies/sqlite-netFx/CMakeLists.txt
@@ -16,7 +16,7 @@ cmake_minimum_required( VERSION 3.3 )
 project( sqlite-netFx )
 set( ${PROJECT_NAME}_VERSION 1.0.102.0 )
 set( ${PROJECT_NAME}_SHA265 b980e8a151ddc685ed30652d39573381aef7b623478cba80b02d0795607638e1 )
-set( ${PROJECT_NAME}_URL "http://system.data.sqlite.org/blobs/${${PROJECT_NAME}_VERSION}/${PROJECT_NAME}451-binary-x64-2013-${${PROJECT_NAME}_VERSION}.zip" )
+set( ${PROJECT_NAME}_URL "https://system.data.sqlite.org/blobs/${${PROJECT_NAME}_VERSION}/${PROJECT_NAME}451-binary-x64-2013-${${PROJECT_NAME}_VERSION}.zip" )
 
 include(ExternalProject)