ScoopInstaller_Main/resharper-clt.json
2018-03-23 23:00:19 +00:00

22 lines
864 B
JSON

{
"version": "2017.3.5",
"homepage": "https://www.jetbrains.com/resharper/download/index.html#section=resharper-clt",
"license": "https://www.jetbrains.com/resharper/buy/command_line_license.html",
"url": "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.2017.3.5.zip",
"hash": "f69377c54378b0ef39e0bfce2b084ae603e396699f72e27a13a3e50ff0baca6f",
"bin": [
"dupfinder.exe",
"inspectcode.exe"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=RSCLT&latest=true&type=release",
"re": "JetBrains.ReSharper.CommandLineTools.([\\d.]+).zip"
},
"autoupdate": {
"url": "https://download.jetbrains.com/resharper/JetBrains.ReSharper.CommandLineTools.$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}