ScoopInstaller_Main/bucket/resharper-clt.json
2024-06-24 20:26:16 +00:00

26 lines
1.0 KiB
JSON

{
"version": "2024.1.4",
"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.2024.1.4/JetBrains.ReSharper.CommandLineTools.2024.1.4.zip",
"hash": "981f0a399f663851ce720e70c57b702cf5becf4a3a90953b53410bdd6c7a25f4",
"bin": [
"cleanupcode.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"
}
}
}