ScoopInstaller_Main/resharper-clt.json
2018-05-25 15:00:21 +00:00

22 lines
864 B
JSON

{
"version": "2018.1.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.2018.1.1.zip",
"hash": "bc7603c2d13e4dc9eac458d9d5d6947663c0b2a3b1b8a4a7f9b29832c1103d05",
"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"
}
}
}