ScoopInstaller_Main/bucket/dotcover-clt.json
2024-08-26 12:31:13 +00:00

45 lines
2.0 KiB
JSON

{
"version": "2024.2.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.2.2/JetBrains.dotCover.CommandLineTools.windows-x64.2024.2.2.zip",
"hash": "8f73ecfe2f21c86d2845916a6d0b75dd45ca2ced1af637d12f2d651f5e05600d"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.2.2/JetBrains.dotCover.CommandLineTools.windows-x86.2024.2.2.zip",
"hash": "a29e769fbea43ea8730024ebf836f7ec629664866f5b48785b1b1282b051a116"
},
"arm64": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.2.2/JetBrains.dotCover.CommandLineTools.windows-arm64.2024.2.2.zip",
"hash": "15d60967a7e5c5cb8deeb7cd8aed23d4ca974bd3643a08ed572770cd39aefa2c"
}
},
"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"
}
}
}