From e8e059a977ef2feec1b4b9dfd2866daede2b8ff8 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 8 Jan 2024 19:21:56 +0000 Subject: [PATCH] [0.70][RN][General] Migrate boost download url away from JFrog (#42178) --- ReactAndroid/build.gradle | 2 +- third-party-podspecs/boost.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReactAndroid/build.gradle b/ReactAndroid/build.gradle index 3be8b26ebedf46..3f7bba84ba6b0e 100644 --- a/ReactAndroid/build.gradle +++ b/ReactAndroid/build.gradle @@ -61,7 +61,7 @@ task createNativeDepsDirectories { } task downloadBoost(dependsOn: createNativeDepsDirectories, type: Download) { - src("https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION.replace("_", ".")}/source/boost_${BOOST_VERSION}.tar.gz") + src("https://archives.boost.io/release/${BOOST_VERSION.replace("_", ".")}/source/boost_${BOOST_VERSION}.tar.gz") onlyIfNewer(true) overwrite(false) dest(new File(downloadsDir, "boost_${BOOST_VERSION}.tar.gz")) diff --git a/third-party-podspecs/boost.podspec b/third-party-podspecs/boost.podspec index 2f1fcc4b5ef093..fa821348521799 100644 --- a/third-party-podspecs/boost.podspec +++ b/third-party-podspecs/boost.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |spec| spec.homepage = 'http://www.boost.org' spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.' spec.authors = 'Rene Rivera' - spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2', + spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2', :sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' } # Pinning to the same version as React.podspec.