ScoopInstaller_Main/bucket/resharper-clt.json
2019-08-29 10:00:16 +00:00

27 lines
1.1 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": "2019.2.2",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
},
"url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2019.2.2/JetBrains.ReSharper.CommandLineTools.2019.2.2.zip",
"hash": "d376b70cafcf2768178c2557de96637b5d2ddf4d4755268817761cecf2df96fe",
"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"
}
}
}