mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-10 18:51:21 +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": "2020.1.4",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
|
|
},
|
|
"url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2020.1.4/JetBrains.ReSharper.CommandLineTools.2020.1.4.zip",
|
|
"hash": "1528baf7db535644d5bd93d61f8be743d446365540c6e201c7b8ff37a0a47f52",
|
|
"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"
|
|
}
|
|
}
|
|
}
|