Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump curl to version 7.81 on Windows #12314

Merged
merged 1 commit into from
Jan 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump curl to version 7.81 on Windows
7.78 404s now :(

changelog_begin
changelog_end
  • Loading branch information
cocreature committed Jan 10, 2022
commit 76afd292f98a8b2c157f51e8f6d6985d4b6d12a3
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