mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
26 lines
976 B
JSON
26 lines
976 B
JSON
{
|
|
"version": "3.2.20220510",
|
|
"description": "JetBrains dotMemory unit testing framework for testing .NET memory issues.",
|
|
"homepage": "https://www.jetbrains.com/dotmemory/unit",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://www.jetbrains.com/legal/docs/toolbox/user/"
|
|
},
|
|
"suggest": {
|
|
"NUnit Console runner": "nunit-console"
|
|
},
|
|
"url": "https://download.jetbrains.com/resharper/JetBrains.dotMemoryUnit.3.2.20220510.zip",
|
|
"hash": "6f85246c8828b7d874d21befa403b866fd87a4a51f1bff19ec5f3d559b55c1ab",
|
|
"bin": "dotMemoryUnit.exe",
|
|
"checkver": {
|
|
"url": "https://data.services.jetbrains.com/products/releases?code=DMU&latest=true&platform=zip&type=release",
|
|
"regex": "dotMemoryUnit\\.([\\d.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://download.jetbrains.com/resharper/JetBrains.dotMemoryUnit.$version.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|