ScoopInstaller_Main/resharper-clt.json
2017-12-22 15:00:35 +00:00

22 lines
864 B
JSON

{
"version": "2017.3.1",
"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.1.zip",
"hash": "d1449c24fc0764ee8ea0b2124f2e8bf6872ae04ed2f0c80f8fb5bcd1e02e7ef1",
"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"
}
}
}