Skip to content

Commit

Permalink
Backport: Bump curl to version 7.81 on Windows (#12315)
Browse files Browse the repository at this point in the history
Backport from #12314

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jan 10, 2022
1 parent ea34466 commit dfcd2f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dev-env/windows/manifests/curl.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "7.78.0",
"version": "7.81.0",
"description": "Command line tool and library for transferring data with URLs",
"homepage": "https://curl.haxx.se/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.se/windows/dl-7.78.0/curl-7.78.0-win64-mingw.zip",
"hash": "ed88a2567c76095b12becce481da6040b13a9edb1cdc7e8ad520d58d6cb80eaa",
"extract_dir": "curl-7.78.0-win64-mingw"
"url": "https://curl.se/windows/dl-7.81.0/curl-7.81.0-win64-mingw.zip",
"hash": "066b575e457e0c14182a0f96d95647bf3a9c4b0fb6caf456bab99f27f97881e8",
"extract_dir": "curl-7.81.0-win64-mingw"
},
"32bit": {
"url": "https://curl.se/windows/dl-7.78.0/curl-7.78.0-win32-mingw.zip",
"hash": "8f6a34593d9816c0c0e9077c89ec990145d85c1f8d8d03bdf5ed8d52fecf9931",
"extract_dir": "curl-7.78.0-win32-mingw"
"url": "https://curl.se/windows/dl-7.81.0/curl-7.81.0-win32-mingw.zip",
"hash": "d6f895e7a8bb83ed81812becb78229e1aadfacdf7dceee6904aabc12dba20a43",
"extract_dir": "curl-7.81.0-win32-mingw"
}
},
"bin": "bin\\curl.exe",
Expand Down

0 comments on commit dfcd2f7

Please sign in to comment.