curl: Update to version 7.75.0_4

This commit is contained in:
Richard Kuhnt 2021-03-04 03:01:48 +00:00
parent c613a277d6
commit f123190c6b

View File

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