ScoopInstaller_Main/bucket/resharper-clt.json
Andreas Maechler a93178adcb
resharper-clt: Remove dupfinder binary (#3068)
dupfinder has been discontinued.
2021-12-09 02:42:43 +05:30

26 lines
1.0 KiB
JSON

{
"version": "2021.3",
"description": "A standalone command line tools to run ReSharper inspections outside of Visual Studio.",
"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/dotUltimate.2021.3/JetBrains.ReSharper.CommandLineTools.2021.3.zip",
"hash": "753afb9475709959d0132a57cf4d0eb486fe66961844738cd9f6f810431fa74c",
"bin": [
"cleanupcode.exe",
"inspectcode.exe"
],
"checkver": {
"url": "https://data.services.jetbrains.com/products/releases?code=RSCLT&latest=true&type=release",
"jsonpath": "$.RSCLT.[0].version"
},
"autoupdate": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.ReSharper.CommandLineTools.$version.zip",
"hash": {
"url": "$url.sha256"
}
}
}