curl: Update to version 7.75.0_3

This commit is contained in:
Richard Kuhnt 2021-02-19 13:01:48 +00:00
parent fdfb97bd31
commit f1167245e1

View File

@ -1,17 +1,17 @@
{ {
"version": "7.75.0_2", "version": "7.75.0_3",
"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_2/curl-7.75.0_2-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.75.0_3/curl-7.75.0_3-win64-mingw.tar.xz",
"hash": "aa27c9132ac14cf12c11ad74bb43d1e05c98c73a7d04108758b65da9e13c1afa", "hash": "896fe7715e8569cea20a2371fec256a795ebd8dbd5b61b19e04c7d0419317675",
"extract_dir": "curl-7.75.0-win64-mingw" "extract_dir": "curl-7.75.0-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.75.0_2/curl-7.75.0_2-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.75.0_3/curl-7.75.0_3-win32-mingw.tar.xz",
"hash": "62698004284c785509c17b5ec1a7abde83932ee13d4295d3429e63c3ec44e8ac", "hash": "0f2fbcec4dbd2b74868520810b820e6c898a64840e375c6dc289e17b45d74766",
"extract_dir": "curl-7.75.0-win32-mingw" "extract_dir": "curl-7.75.0-win32-mingw"
} }
}, },