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:14:50 UTC

[geode-native] branch support/1.14 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.14
in repository https://gitbox.apache.org/repos/asf/geode-native.git


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

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

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

diff --git a/dependencies/boost/CMakeLists.txt b/dependencies/boost/CMakeLists.txt
index b69c603..9d3db68 100644
--- a/dependencies/boost/CMakeLists.txt
+++ b/dependencies/boost/CMakeLists.txt
@@ -59,8 +59,8 @@ 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 ""