mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
45 lines
2.0 KiB
JSON
45 lines
2.0 KiB
JSON
{
|
|
"version": "2024.2.7",
|
|
"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.2.7/JetBrains.dotCover.CommandLineTools.windows-x64.2024.2.7.zip",
|
|
"hash": "86b725f30c35a1e0bbfac0cf870158c7747f796348adbc1c69c25bdeea023ea8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.2.7/JetBrains.dotCover.CommandLineTools.windows-x86.2024.2.7.zip",
|
|
"hash": "8a41a19400965d47ef5368cf7b7954aeed4bb3d38551f5b9b4955328c76b12c6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.2.7/JetBrains.dotCover.CommandLineTools.windows-arm64.2024.2.7.zip",
|
|
"hash": "c92eea16a7cecd676e3ce3e8722aa06f95256f904cdb49074713c6281499345d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|