2019-06-21 00:00:32 +00:00

40 lines
1.4 KiB
JSON

{
"homepage": "https://curl.haxx.se/",
"description": "Command line tool and library for transferring data with URLs",
"version": "7.65.1_2",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1_2/curl-7.65.1_2-win64-mingw.tar.xz",
"hash": "b96a01489b7dee37e7f8a1af13041e629f66fa06f1791248f6fd0a918442428a",
"extract_dir": "curl-7.65.1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.65.1_2/curl-7.65.1_2-win32-mingw.tar.xz",
"hash": "a7e803eed8067f497e60435233c267251e8ce87c3d639584de4729d6741a9349",
"extract_dir": "curl-7.65.1-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": {
"url": "https://curl.haxx.se/windows/",
"re": "Build<\\/b>:\\s+([\\d._]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win64-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$matchHead-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"find": "SHA256\\($basename\\)=\\s+([a-fA-F\\d]{64})"
}
}
}