ScoopInstaller_Main/bucket/dotcover-clt.json
2024-12-24 16:29:41 +00:00

45 lines
2.0 KiB
JSON

{
"version": "2024.3.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.3.3/JetBrains.dotCover.CommandLineTools.windows-x64.2024.3.3.zip",
"hash": "e1521f070af07c6fad1731e406a34427a552be7421d769bbc215fc31c3928330"
},
"32bit": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.3.3/JetBrains.dotCover.CommandLineTools.windows-x86.2024.3.3.zip",
"hash": "d64a333bc8fbb06e97fcf06d2e7b994c067a0948bb5ef4d03a68156e890bf5b2"
},
"arm64": {
"url": "https://download.jetbrains.com/resharper/dotUltimate.2024.3.3/JetBrains.dotCover.CommandLineTools.windows-arm64.2024.3.3.zip",
"hash": "bd162cb76ad05fe3c1010d2be0780e5eb9ef7c41dae0354fc47f6a375d39423d"
}
},
"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"
}
}
}