You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2017/09/27 23:39:59 UTC

[geode-native] branch develop updated: Fix ci failure for sourceforge outage

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

echobravo 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 4c19fb6  Fix ci failure for sourceforge outage
4c19fb6 is described below

commit 4c19fb63b53b4dcca644821735f6962ec66241a8
Author: Mike Martell <mm...@pivotal.io>
AuthorDate: Wed Sep 27 15:34:33 2017 -0700

    Fix ci failure for sourceforge outage
---
 dependencies/boost/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dependencies/boost/CMakeLists.txt b/dependencies/boost/CMakeLists.txt
index b6da33b..02daa28 100644
--- a/dependencies/boost/CMakeLists.txt
+++ b/dependencies/boost/CMakeLists.txt
@@ -18,7 +18,7 @@ project( boost )
 set( ${PROJECT_NAME}_VERSION 1.65.1 )
 set( ${PROJECT_NAME}_SHA265 a13de2c8fbad635e6ba9c8f8714a0e6b4264b60a29b964b940a22554705b6b60 )
 string(REPLACE "." "_" _VERSION_UNDERSCORE ${${PROJECT_NAME}_VERSION})
-set( ${PROJECT_NAME}_URL "https://sourceforge.net/projects/${PROJECT_NAME}/files/${PROJECT_NAME}/${${PROJECT_NAME}_VERSION}/boost_${_VERSION_UNDERSCORE}.tar.gz" )
+set( ${PROJECT_NAME}_URL "https://dl.bintray.com/boostorg/release/${${PROJECT_NAME}_VERSION}/source/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>'].