2022-08-09 20:29:20 +00:00

40 lines
1.4 KiB
JSON

{
"version": "7.84.0_9",
"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.84.0_9/curl-7.84.0_9-win64-mingw.tar.xz",
"hash": "5c430df68bd601ca84c3c19351898c43d743c8030ac08cdb901c5d44e123ee0e",
"extract_dir": "curl-7.84.0_9-win64-mingw"
},
"32bit": {
"url": "https://curl.haxx.se/windows/dl-7.84.0_9/curl-7.84.0_9-win32-mingw.tar.xz",
"hash": "6ac9d9c31d55d4cdbe288e5a81bcc214e9be04160aadb3152743ef5d8691d929",
"extract_dir": "curl-7.84.0_9-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"
}
}
}