ScoopInstaller_Main/bucket/resharper-clt.json
2020-04-16 12:01:49 +00:00

27 lines
1.0 KiB
JSON

{
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
"description": "A standalone command line tools to run ReSharper inspections outside of Visual Studio.",
"version": "2020.1",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
},
"url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2020.1/JetBrains.ReSharper.CommandLineTools.2020.1.zip",
"hash": "06fc84aa1762b4e29239e3235c023467ee92ec74e98edef7d65224facecb3835",
"bin": [
"cleanupcode.exe",
"dupfinder.exe",
"inspectcode.exe"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=RSCLT&latest=true&type=release",
"jp": "$.RSCLT.[0].version"
},
"autoupdate": {
"url": "https://download.jetbrains.com/resharper/ReSharperUltimate.$version/JetBrains.ReSharper.CommandLineTools.$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}