From 83ee05c499a5d83c6bce7e1fef273cfe0d3cdb80 Mon Sep 17 00:00:00 2001 From: Thomas Ubensee <34603111+tomuben@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:46:54 -0300 Subject: [PATCH] Fixed wget version for package tests --- .../test_files/apt/with_versions/all_versions_specified | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/scripts/tests/install_scripts/test_files/apt/with_versions/all_versions_specified b/ext/scripts/tests/install_scripts/test_files/apt/with_versions/all_versions_specified index c87a1e9b..e3c8b460 100644 --- a/ext/scripts/tests/install_scripts/test_files/apt/with_versions/all_versions_specified +++ b/ext/scripts/tests/install_scripts/test_files/apt/with_versions/all_versions_specified @@ -1,2 +1,2 @@ curl|7.81.0-1ubuntu1.16 # t1 -wget|1.21.2-2ubuntu1 # t2 +wget|1.21.2-2ubuntu2 # t2