Skip to content

Commit

Permalink
[Upstreamed] [RN][General] Fix boost link (facebook#42175)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored and Flewp committed Mar 11, 2024
1 parent ebf9f93 commit a8a87bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/third-party-podspecs/boost.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
spec.authors = 'Rene Rivera'
# PodToBuild does not support tar bz2 compression so we use tar.gz instead.
spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz',
spec.source = { :http => 'https://archives.boost.io/release/1.81.0/source/boost_1_81_0.tar.gz',
:sha256 => '205666dea9f6a7cfed87c7a6dfbeb52a2c1b9de55712c9c1a87735d7181452b6' }

# Pinning to the same version as React.podspec.
Expand Down

0 comments on commit a8a87bb

Please sign in to comment.