From a1b22c9fd87f432357972a7e30bd9e9e65d331a7 Mon Sep 17 00:00:00 2001 From: claraberendsen Date: Tue, 30 May 2023 09:44:16 -0400 Subject: [PATCH] update qt installation path --- cookbooks/ros2_windows/recipes/qt5.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/ros2_windows/recipes/qt5.rb b/cookbooks/ros2_windows/recipes/qt5.rb index a4de0b1..70d57d1 100644 --- a/cookbooks/ros2_windows/recipes/qt5.rb +++ b/cookbooks/ros2_windows/recipes/qt5.rb @@ -71,7 +71,7 @@ error_filename = File.join(Dir.home(), "qt_install.err") windows_package 'Qt Install' do # Qt 5.12 was the last version of Qt to be provided an offline installer for open source usage. - source "#{qt_mirror_url}/archive/qt/5.12/5.12.10/qt-opensource-windows-x86-5.12.10.exe" + source "#{qt_mirror_url}/new_archive/qt/5.12/5.12.10/qt-opensource-windows-x86-5.12.10.exe" checksum "e315ec89000ae08d51c248f251ce670036b565e1d3a07df50e32557b8fd8246e" installer_type :custom # I couldn't find documentation, but return codes don't seem to correspond with an actual failure.