mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 15:04:25 +00:00
45 lines
2.0 KiB
JSON
45 lines
2.0 KiB
JSON
{
|
|
"version": "2024.1.2",
|
|
"description": "JetBrains dotCover Command Line Tools that enable analysing code coverage outside of Visual Studio.",
|
|
"homepage": "https://www.jetbrains.com/dotcover/download/#section=commandline",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://www.jetbrains.com/legal/docs/toolbox/user"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.1.2/JetBrains.dotCover.CommandLineTools.windows-x64.2024.1.2.zip",
|
|
"hash": "cb621e259a9b21aa2b1fc0d74652fd790a21588be1a72959b171c53e36ae33ba"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.1.2/JetBrains.dotCover.CommandLineTools.windows-x86.2024.1.2.zip",
|
|
"hash": "a203ab04da22886203296502b6c1d99b27d62db7024a01cd08c23f040a207f75"
|
|
},
|
|
"arm64": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.1.2/JetBrains.dotCover.CommandLineTools.windows-arm64.2024.1.2.zip",
|
|
"hash": "eef42a554a2f779a17c0cc149d584d0e941a71b507d4084b158c705954d6978c"
|
|
}
|
|
},
|
|
"bin": "dotCover.exe",
|
|
"checkver": {
|
|
"url": "https://data.services.jetbrains.com/products/releases?code=DCCLT&latest=true&platform=zip&type=release",
|
|
"jsonpath": "$..version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotCover.CommandLineTools.windows-x64.$version.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotCover.CommandLineTools.windows-x86.$version.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotCover.CommandLineTools.windows-arm64.$version.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|