2021-09-20 15:00:36 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.79.0_3",
"description": "Command line tool and library for transferring data with URLs",
"homepage": "https://curl.haxx.se/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.0_3/curl-7.79.0_3-win64-mingw.tar.xz",
"hash": "e5907be77444d02edf3310ef7cdb09601d825b9c65dc86c9ad9456c14b9d6f21",
"extract_dir": "curl-7.79.0-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.79.0_3/curl-7.79.0_3-win32-mingw.tar.xz",
"hash": "fc49bd79067b34e9c50ef33b89e32bd4c89c59a139e0cf5064e2c87a736b870e",
"extract_dir": "curl-7.79.0-win32-mingw"
}
},
"bin": "bin\\curl.exe",
"checkver": {
"url": "https://curl.haxx.se/windows/",
"regex": "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",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}