mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-01 04:51:25 +00:00
22 lines
864 B
JSON
22 lines
864 B
JSON
{
|
|
"version": "2017.2.2",
|
|
"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.2.2.zip",
|
|
"hash": "8a2c812e3fb0148f33d449449cbc4bc8eb43b7577983517d394893c618a2bf79",
|
|
"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"
|
|
}
|
|
}
|
|
}
|