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 de33258 Replaced deprecated bintray addresses. (#788)
de33258 is described below
commit de332582c6968c62a8fc03035b37113dda8626b9
Author: Jacob Barrett <[email protected]>
AuthorDate: Thu Apr 22 07:29:41 2021 -0700
Replaced deprecated bintray addresses. (#788)
---
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 c6ea853..edde139 100644
--- a/dependencies/boost/CMakeLists.txt
+++ b/dependencies/boost/CMakeLists.txt
@@ -76,7 +76,7 @@ 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"
+ 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 ""