mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
27 lines
1.1 KiB
JSON
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.3.4",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
|
|
},
|
|
"url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2019.3.4/JetBrains.ReSharper.CommandLineTools.2019.3.4.zip",
|
|
"hash": "8eda9ec1f391951228a5f8efb5ad8ef4af402809e0dc2c1166b5eb6794681736",
|
|
"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"
|
|
}
|
|
}
|
|
}
|