Skip to content

Commit a8a87bb

Browse files
cipolleschiFlewp
authored andcommitted
[Upstreamed] [RN][General] Fix boost link (facebook#42175)
1 parent ebf9f93 commit a8a87bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/third-party-podspecs/boost.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
1111
spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
1212
spec.authors = 'Rene Rivera'
1313
# 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',
1515
:sha256 => '205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6' }
1616

1717
# Pinning to the same version as React.podspec.

0 commit comments

Comments
 (0)