ScoopInstaller_Main/resharper-clt.json
2018-12-18 13:00:25 +00:00

26 lines
965 B
JSON

{
"version": "2018.3",
"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/ReSharperUltimate.2018.3/JetBrains.ReSharper.CommandLineTools.2018.3.zip",
"hash": "07e0ff746d715681984ed84b529c7a3128b47f50addc6239d20948ee742e8da3",
"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"
}
}
}