Skip to content

Commit

Permalink
Update bullet chocolatey package to 3.17 (#42)
Browse files Browse the repository at this point in the history
ros2/choco-packages#18
https://github.com/ros2/choco-packages/releases/tag/2022-03-15

This makes Windows CI use the updated bullet package.

Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz authored Mar 29, 2022
1 parent ea02ade commit b60195a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/ros2_windows/recipes/chocolatey_installs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

custom_chocolatey_packages = {
'asio' => 'asio.1.12.1',
'bullet' => 'bullet.2.89.0',
'bullet' => 'bullet.3.17',
'cunit' => 'cunit.2.1.3',
'eigen' => 'eigen.3.3.4',
'log4cxx' => 'log4cxx.0.10.0',
Expand All @@ -30,7 +30,7 @@

custom_chocolatey_packages.each do |name, pkg|
remote_file "#{pkg}.nupkg" do
source "https://github.com/ros2/choco-packages/releases/download/2020-02-24/#{pkg}.nupkg"
source "https://github.com/ros2/choco-packages/releases/download/2022-03-15/#{pkg}.nupkg"
end

chocolatey_package 'custom_packages' do
Expand Down

0 comments on commit b60195a

Please sign in to comment.