Skip to content

Commit 0b7a523

Browse files
committed
Updates for dependencies.
Asio -> 1-32-0 llhttp -> 9.2.1 fmtlib -> 11.1.3 Catch2 -> 3.7.1
1 parent a8475a4 commit 0b7a523

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

externals.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
MxxRu::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'
1212
end
1313

1414
MxxRu::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'
@@ -21,7 +21,7 @@
2121
end
2222

2323
MxxRu::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'
@@ -42,7 +42,7 @@
4242
end
4343

4444
MxxRu::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/'

0 commit comments

Comments
 (0)