mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
45 lines
2.0 KiB
JSON
45 lines
2.0 KiB
JSON
{
|
|
"version": "2024.1",
|
|
"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/JetBrains.dotCover.CommandLineTools.windows-x64.2024.1.zip",
|
|
"hash": "1145330f5644103030ed6a8873a7340812401df446e28c7362989fc97a93d269"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.1/JetBrains.dotCover.CommandLineTools.windows-x86.2024.1.zip",
|
|
"hash": "8d4a358093264978bf14e57b5d04deaccf9d99829b146cc22c159bf85d1f5f80"
|
|
},
|
|
"arm64": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.1/JetBrains.dotCover.CommandLineTools.windows-arm64.2024.1.zip",
|
|
"hash": "3d121b3af1a115646515bbd1ce33c6a903e4a06e92d41cb991d01a8248cad1d6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|