curl: Update to version 7.65.1_1

This commit is contained in:
Richard Kuhnt 2019-06-11 16:02:03 +00:00
parent 5d0332fbbf
commit 25eb44b7f3

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://curl.haxx.se/", "homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs", "description": "Command line tool and library for transferring data with URLs",
"version": "7.65.1", "version": "7.65.1_1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1/curl-7.65.1-win64-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.1_1/curl-7.65.1_1-win64-mingw.tar.xz",
"hash": "ed49098de3313ca9d68af7521a415d007599c16fb1f685592073ad0a101fa658", "hash": "af50625875a1a6272558b1b15da67f2d82998df9c12938195d2ce73bf184f2df",
"extract_dir": "curl-7.65.1-win64-mingw" "extract_dir": "curl-7.65.1-win64-mingw"
}, },
"32bit": { "32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1/curl-7.65.1-win32-mingw.tar.xz", "url": "https://curl.haxx.se/windows/dl-7.65.1_1/curl-7.65.1_1-win32-mingw.tar.xz",
"hash": "732fe8286b264bd83ba5cc9910131b07af8071f98ff8a25d580bd6ea315b2166", "hash": "5b8687d73645d46f3a9af912620a1b33ac3ad6ba914c0d3c10adb47ce70c73d5",
"extract_dir": "curl-7.65.1-win32-mingw" "extract_dir": "curl-7.65.1-win32-mingw"
} }
}, },