Skip to content

Commit 1d1b89e

Browse files
committed
ci: fix boost broken URL
1 parent 0927334 commit 1d1b89e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

examples/client/Locomotion/patches/react-native+0.71.0.patch

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,16 @@ index 0000000..0842496
199199
+ `mkdir -p "#{destination_folder}" && curl "#{tarball_url}" -Lo "#{destination_path}"`
200200
+ return destination_path
201201
+end
202+
diff --git a/node_modules/react-native/third-party-podspecs/boost.podspec b/node_modules/react-native/third-party-podspecs/boost.podspec
203+
index 3d9331c..bbbb738 100644
204+
--- a/node_modules/react-native/third-party-podspecs/boost.podspec
205+
+++ b/node_modules/react-native/third-party-podspecs/boost.podspec
206+
@@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
207+
spec.homepage = 'http://www.boost.org'
208+
spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
209+
spec.authors = 'Rene Rivera'
210+
- spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2',
211+
+ spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2',
212+
:sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' }
213+
214+
# Pinning to the same version as React.podspec.

0 commit comments

Comments
 (0)