File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
examples/client/Locomotion/patches Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -199,3 +199,16 @@ index 0000000..0842496
199
199
+ `mkdir -p "#{destination_folder}" && curl "#{tarball_url}" -Lo "#{destination_path}"`
200
200
+ return destination_path
201
201
+ 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.
You can’t perform that action at this time.
0 commit comments