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.3",
|
|
"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.3/JetBrains.dotCover.CommandLineTools.windows-x64.2024.2.3.zip",
|
|
"hash": "67ef53028275ea7ba17c36aea4a83e303f4d6a230c584c9cfe642735ada3cb27"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.2.3/JetBrains.dotCover.CommandLineTools.windows-x86.2024.2.3.zip",
|
|
"hash": "6639195bcc29c52d85fc817f2bf78f841e8706e963fea18189bcbb4f5ef254bb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.2.3/JetBrains.dotCover.CommandLineTools.windows-arm64.2024.2.3.zip",
|
|
"hash": "92762d89827f46931b54142fd44b8ab6128e6bf576b468a10edb5eaa49aee303"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|