We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9873e5 + 90a3fc0 commit ab0ed77Copy full SHA for ab0ed77
configs/components/curl.rb
@@ -6,8 +6,8 @@
6
case version
7
when '7.88.1'
8
pkg.sha256sum 'cdb38b72e36bc5d33d5b8810f8018ece1baa29a8f215b4495e495ded82bbf3c7'
9
- when '8.7.1'
10
- pkg.sha256sum 'f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495'
+ when '8.9.1'
+ pkg.sha256sum '291124a007ee5111997825940b3876b3048f7d31e73e9caa681b80fe48b2dcd5'
11
else
12
raise "curl version #{version} has not been configured; Cannot continue."
13
end
configs/projects/agent-runtime-main.rb
@@ -14,7 +14,7 @@
14
proj.setting :augeas_version, '1.14.1'
15
16
17
- proj.setting :curl_version, '8.7.1'
+ proj.setting :curl_version, '8.9.1'
18
19
########
20
# Load shared agent settings
0 commit comments