curl: Update to version 7.75.0_2

This commit is contained in:
Richard Kuhnt 2021-02-13 00:00:33 +00:00
parent 1caeb1cdc4
commit a35556a9fc

View File

@ -1,18 +1,18 @@
{ {
"version": "7.75.0_1", "version": "7.75.0_2",
"description": "Command line tool and library for transferring data with URLs", "description": "Command line tool and library for transferring data with URLs",
"homepage": "https://curl.haxx.se/", "homepage": "https://curl.haxx.se/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.75.0_1/curl-7.75.0_1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.75.0_2/curl-7.75.0_2-win64-mingw.tar.xz",
"hash": "aa27c9132ac14cf12c11ad74bb43d1e05c98c73a7d04108758b65da9e13c1afa", "hash": "aa27c9132ac14cf12c11ad74bb43d1e05c98c73a7d04108758b65da9e13c1afa",
"extract_dir": "curl-7.75.0_1-win64-mingw" "extract_dir": "curl-7.75.0_2-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.75.0_1/curl-7.75.0_1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.75.0_2/curl-7.75.0_2-win32-mingw.tar.xz",
"hash": "62698004284c785509c17b5ec1a7abde83932ee13d4295d3429e63c3ec44e8ac", "hash": "62698004284c785509c17b5ec1a7abde83932ee13d4295d3429e63c3ec44e8ac",
"extract_dir": "curl-7.75.0_1-win32-mingw" "extract_dir": "curl-7.75.0_2-win32-mingw"
} }
}, },
"bin": "bin\\curl.exe", "bin": "bin\\curl.exe",