File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ task createNativeDepsDirectories {
249
249
}
250
250
251
251
task downloadBoost (dependsOn : createNativeDepsDirectories, type : Download ) {
252
- src(" https://boostorg.jfrog .io/artifactory/main/ release/${ BOOST_VERSION.replace("_", ".")} /source/boost_${ BOOST_VERSION}${ boostExtension } " )
252
+ src(" https://archives.boost .io/release/${ BOOST_VERSION.replace("_", ".")} /source/boost_${ BOOST_VERSION} .tar.gz " )
253
253
onlyIfModified(true )
254
254
overwrite(false )
255
255
retries(5 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
11
11
spec . summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
12
12
spec . authors = 'Rene Rivera'
13
13
# PodToBuild does not support tar bz2 compression so we use tar.gz instead.
14
- spec . source = { :http => 'https://boostorg.jfrog .io/artifactory/main /release/1.81.0/source/boost_1_81_0.tar.gz' ,
14
+ spec . source = { :http => 'https://archives.boost .io/release/1.81.0/source/boost_1_81_0.tar.gz' ,
15
15
:sha256 => '205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6' }
16
16
17
17
# Pinning to the same version as React.podspec.
You can’t perform that action at this time.
0 commit comments