You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2021/06/11 17:11:47 UTC

[geode-native] branch support/1.12 updated: Replaced deprecated bintray addresses. (#788)

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

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


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new da586f4  Replaced deprecated bintray addresses. (#788)
da586f4 is described below

commit da586f474c26bfff124205df32007b1b97bd4120
Author: Jacob Barrett <jb...@pivotal.io>
AuthorDate: Thu Apr 22 07:29:41 2021 -0700

    Replaced deprecated bintray addresses. (#788)
---
 dependencies/boost/CMakeLists.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dependencies/boost/CMakeLists.txt b/dependencies/boost/CMakeLists.txt
index afe54a9..1fc465f 100644
--- a/dependencies/boost/CMakeLists.txt
+++ b/dependencies/boost/CMakeLists.txt
@@ -59,8 +59,9 @@ string(REPLACE "." "_" _VERSION_UNDERSCORE ${PROJECT_VERSION})
 set( EXTERN ${PROJECT_NAME}-extern )
 
 include(ExternalProject)
-ExternalProject_Add( ${EXTERN}
-   URL "https://dl.bintray.com/boostorg/release/${PROJECT_VERSION}/source/boost_${_VERSION_UNDERSCORE}.tar.gz"
+ExternalProject_Add(${EXTERN}
+   URL "https://boostorg.jfrog.io/artifactory/main/release/${PROJECT_VERSION}/source/boost_${_VERSION_UNDERSCORE}.tar.gz"
+       "https://sourceforge.net/projects/boost/files/boost/${PROJECT_VERSION}/boost_${_VERSION_UNDERSCORE}.tar.gz/download"
    URL_HASH SHA256=${SHA256}
    UPDATE_COMMAND ""
    BUILD_IN_SOURCE 1