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/09/22 21:09:30 UTC

[geode-native] branch develop updated: GEODE-3611: Upgrade boost dependency to version 1.65.1

This is an automated email from the ASF dual-hosted git repository.

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 594265d  GEODE-3611: Upgrade boost dependency to version 1.65.1
594265d is described below

commit 594265d6419dffdd6e5730ddbe74e863862f9bb7
Author: David Kimura <dk...@pivotal.io>
AuthorDate: Wed Sep 13 11:06:42 2017 -0700

    GEODE-3611: Upgrade boost dependency to version 1.65.1
---
 dependencies/boost/CMakeLists.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dependencies/boost/CMakeLists.txt b/dependencies/boost/CMakeLists.txt
index 73829b4..b6da33b 100644
--- a/dependencies/boost/CMakeLists.txt
+++ b/dependencies/boost/CMakeLists.txt
@@ -15,10 +15,10 @@
 
 project( boost )
 
-set( ${PROJECT_NAME}_VERSION 1.64.0 )
-set( ${PROJECT_NAME}_SHA265 0445c22a5ef3bd69f5dfb48354978421a85ab395254a26b1ffb0aa1bfd63a108 )
+set( ${PROJECT_NAME}_VERSION 1.65.1 )
+set( ${PROJECT_NAME}_SHA265 a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60 )
 string(REPLACE "." "_" _VERSION_UNDERSCORE ${${PROJECT_NAME}_VERSION})
-set( ${PROJECT_NAME}_URL "https://dl.bintray.com/boostorg/release/${${PROJECT_NAME}_VERSION}/source/boost_${_VERSION_UNDERSCORE}.tar.gz" )
+set( ${PROJECT_NAME}_URL "https://sourceforge.net/projects/${PROJECT_NAME}/files/${PROJECT_NAME}/${${PROJECT_NAME}_VERSION}/boost_${_VERSION_UNDERSCORE}.tar.gz" )
 set( ${PROJECT_NAME}_EXTERN ${PROJECT_NAME}-extern )
 
 include(ProcessorCount)

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].