mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
25 lines
1014 B
JSON
25 lines
1014 B
JSON
{
|
|
"version": "2017.1.20170407.131846",
|
|
"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.1.20170407.131846.zip",
|
|
"hash": "c62d2053a04817fc31b4dceaaaab8a1bc4731ec9f9fb6095d8059918a1f1123f",
|
|
"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": {
|
|
"mode": "extract",
|
|
"type": "sha256",
|
|
"find": "([a-fA-F0-9]{64})\\s+\\*(?:$basename)",
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|