Skip to content

Commit

Permalink
Update of dependencies.
Browse files Browse the repository at this point in the history
SObjectizer -> 5.8.1.1.
fmtlib -> 10.2.1.
  • Loading branch information
eao197 committed Feb 3, 2024
1 parent 198c130 commit c714dd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions externals.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MxxRu::arch_externals :so5 do |e|
e.url 'https://github.com/Stiffstream/sobjectizer/archive/v.5.8.0.tar.gz'
e.url 'https://github.com/Stiffstream/sobjectizer/archive/v.5.8.1.1.tar.gz'

e.map_dir 'dev/so_5' => 'dev'
end
Expand All @@ -11,14 +11,14 @@
end

MxxRu::arch_externals :fmt do |e|
e.url 'https://github.com/fmtlib/fmt/releases/download/10.0.0/fmt-10.0.0.zip'
e.url 'https://github.com/fmtlib/fmt/releases/download/10.2.1/fmt-10.2.1.zip'

e.map_dir 'include' => 'dev/fmt'
e.map_dir 'src' => 'dev/fmt'
e.map_dir 'support' => 'dev/fmt'
e.map_file 'CMakeLists.txt' => 'dev/fmt/*'
e.map_file 'README.rst' => 'dev/fmt/*'
e.map_file 'ChangeLog.rst' => 'dev/fmt/*'
e.map_file 'README.md' => 'dev/fmt/*'
e.map_file 'ChangeLog.md' => 'dev/fmt/*'
end

MxxRu::arch_externals :fmtlib_mxxru do |e|
Expand Down

0 comments on commit c714dd1

Please sign in to comment.