curl: Update to version 7.65.3_2

This commit is contained in:
Richard Kuhnt 2019-09-10 23:00:16 +00:00
parent a3c8fe7192
commit fbf4af7e02

View File

@ -1,17 +1,17 @@
{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.65.3_1",
"version": "7.65.3_2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.3_1/curl-7.65.3_1-win64-mingw.tar.xz",
"hash": "36baacaa2984613fe91e15040d337e8e9e8ab4bc7b56f053031563ab5585e561",
"url": "https://curl.haxx.se/windows/dl-7.65.3_2/curl-7.65.3_2-win64-mingw.tar.xz",
"hash": "e961adbe890beb6d2da9cc69089ebfeb2f21c7a6d290512a36693d2553fdbde6",
"extract_dir": "curl-7.65.3-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.3_1/curl-7.65.3_1-win32-mingw.tar.xz",
"hash": "44fcce9e83bec2e8e871967ca0d5598a47afb3523a69a67053aaef7a24901148",
"url": "https://curl.haxx.se/windows/dl-7.65.3_2/curl-7.65.3_2-win32-mingw.tar.xz",
"hash": "6527c7708efa51bf8758c7f93c0c4f48ea71731b5d3103c12582a5080900fca4",
"extract_dir": "curl-7.65.3-win32-mingw"
}
},