curl: Update to version 7.74.0_1

This commit is contained in:
Richard Kuhnt 2020-12-17 12:01:49 +00:00
parent 667233a1f4
commit cc2aacd98a

View File

@ -1,18 +1,18 @@
{ {
"version": "7.74.0", "version": "7.74.0_1",
"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.74.0/curl-7.74.0-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.74.0_1/curl-7.74.0_1-win64-mingw.tar.xz",
"hash": "43093a61a0ced0ae469e60be16e16aa5584b0f72b7b6bbe278ab829f872f4866", "hash": "3cb9f71471a70349f334da6d585c379f11ec34be2496abe0c72015afcf0a7cda",
"extract_dir": "curl-7.74.0-win64-mingw" "extract_dir": "curl-7.74.0_1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.74.0/curl-7.74.0-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.74.0_1/curl-7.74.0_1-win32-mingw.tar.xz",
"hash": "14df806df338d60fd403c08c2ea9f2c157cb8a2939f9df6a1a7d5c75540ad25d", "hash": "25e31e4c74e6858bad54db71ec32b4d4a02520b940d834a02286beb1a1140b73",
"extract_dir": "curl-7.74.0-win32-mingw" "extract_dir": "curl-7.74.0_1-win32-mingw"
} }
}, },
"bin": "bin\\curl.exe", "bin": "bin\\curl.exe",