2022-10-12 00:47:00 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.85.0_7",
"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_7/curl-7.85.0_7-win64-mingw.tar.xz",
"hash": "22b90c01f1865fcae21630be573bd6cdc044855f12a2e6fd3d559459b7edc069",
"extract_dir": "curl-7.85.0_7-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.85.0_7/curl-7.85.0_7-win32-mingw.tar.xz",
"hash": "5596e38879a1c17200441654d65b49cba15014e54828192ad1b11aa7756688d6",
"extract_dir": "curl-7.85.0_7-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"
}
}
}