File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77MxxRu ::arch_externals :asio do |e |
88# e.url 'https://github.com/chriskohlhoff/asio/archive/asio-1-18-0.tar.gz'
9- e . url 'https://github.com/chriskohlhoff/asio/archive/asio-1-28-2 .tar.gz'
9+ e . url 'https://github.com/chriskohlhoff/asio/archive/asio-1-32-0 .tar.gz'
1010
1111 e . map_dir 'asio/include' => 'dev/asio'
1212end
1313
1414MxxRu ::arch_externals :llhttp do |e |
15- e . url 'https://github.com/nodejs/llhttp/archive/refs/tags/release/v9.1.3 .tar.gz'
15+ e . url 'https://github.com/nodejs/llhttp/archive/refs/tags/release/v9.2.1 .tar.gz'
1616
1717 e . map_dir 'include' => 'dev/nodejs/llhttp'
1818 e . map_dir 'src' => 'dev/nodejs/llhttp'
2121end
2222
2323MxxRu ::arch_externals :fmt do |e |
24- e . url 'https://github.com/fmtlib/fmt/archive/11.0.2 .zip'
24+ e . url 'https://github.com/fmtlib/fmt/archive/11.1.3 .zip'
2525
2626 e . map_dir 'include' => 'dev/fmt'
2727 e . map_dir 'src' => 'dev/fmt'
4242end
4343
4444MxxRu ::arch_externals :catch do |e |
45- e . url 'https://github.com/catchorg/Catch2/archive/refs/tags/v3.7.0 .tar.gz'
45+ e . url 'https://github.com/catchorg/Catch2/archive/refs/tags/v3.7.1 .tar.gz'
4646
4747 e . map_dir 'src' => 'dev/catch2/'
4848 e . map_dir 'CMake' => 'dev/catch2/'
You can’t perform that action at this time.
0 commit comments