ScoopInstaller_Main/bucket/resharper-clt.json
2021-04-08 11:01:12 +00:00

27 lines
1.0 KiB
JSON

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