Skip to content

Commit

Permalink
deps.windows: Update curl to 8.4.0
Browse files Browse the repository at this point in the history
Update to address CVE-2023-38545.
  • Loading branch information
RytoEX committed Oct 12, 2023
1 parent 33af3da commit 4df24b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.windows/30-curl.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
param(
[string] $Name = 'curl',
[string] $Version = '8.1.2',
[string] $Version = '8.4.0',
[string] $Uri = 'https://github.com/curl/curl.git',
[string] $Hash = '7ab9d43720bc34d9aa351c7ca683c1668ebf8335'
[string] $Hash = 'd755a5f7c009dd63a61b2c745180d8ba937cbfeb'
)

function Setup {
Expand Down

0 comments on commit 4df24b0

Please sign in to comment.