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 @@ -261,7 +261,7 @@ task createNativeDepsDirectories {
261
261
}
262
262
263
263
task downloadBoost (dependsOn : createNativeDepsDirectories, type : Download ) {
264
- src(" https://boostorg.jfrog .io/artifactory/main /release/${ BOOST_VERSION.replace("_", ".")} /source/boost_${ BOOST_VERSION} .tar.gz" )
264
+ src(" https://archives.boost .io/release/${ BOOST_VERSION.replace("_", ".")} /source/boost_${ BOOST_VERSION} .tar.gz" )
265
265
onlyIfModified(true )
266
266
overwrite(false )
267
267
retries(5 )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
10
10
spec . homepage = 'http://www.boost.org'
11
11
spec . summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
12
12
spec . authors = 'Rene Rivera'
13
- spec . source = { :http => 'https://boostorg.jfrog .io/artifactory/main /release/1.83.0/source/boost_1_83_0.tar.bz2' ,
13
+ spec . source = { :http => 'https://archives.boost .io/release/1.83.0/source/boost_1_83_0.tar.bz2' ,
14
14
:sha256 => '6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e' }
15
15
16
16
# Pinning to the same version as React.podspec.
You can’t perform that action at this time.
0 commit comments