2022-09-01 16:31:15 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.85.0_1",
"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.85.0_1/curl-7.85.0_1-win64-mingw.tar.xz",
"hash": "fc3c430769810bb22c161d1b4563e84d6a9a4b1548dc04e7333bb289ee557051",
"extract_dir": "curl-7.85.0_1-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.85.0_1/curl-7.85.0_1-win32-mingw.tar.xz",
"hash": "bae1b32d1b3586fee9fc8d1cb2ae3d8b7431894cfdbdc486c76a2b09c14701c5",
"extract_dir": "curl-7.85.0_1-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-$version-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-$version/curl-$version-win32-mingw.tar.xz",
"extract_dir": "curl-$version-win32-mingw"
}
},
"hash": {
"url": "$baseurl/hashes.txt",
"regex": "SHA256\\($basename\\)=\\s+$sha256"
}
}
}