ScoopInstaller_Main/bucket/resharper-clt.json
Ross Smith II 72f24be3a5
Update bucket/resharper-clt.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 12:24:02 -07:00

28 lines
1.1 KiB
JSON

{
"version": "2019.2",
"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.1.3",
"license": {
"identifier": "Freeware",
"url": "https://www.jetbrains.com/resharper/buy/command_line_license.html"
},
"url": "https://download.jetbrains.com/resharper/ReSharperUltimate.2019.2/JetBrains.ReSharper.CommandLineTools.2019.2.zip",
"hash": "5601daa5808016f8572a212042bf706c0007686171c4f0baa4e6169fcc9b9de4",
"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"
}
}
}