{
    "version": "2023.3.3",
    "description": "JetBrains dotMemory Command Line Tools for profiling .NET memory usage from the command line.",
    "homepage": "https://www.jetbrains.com/dotmemory/download/#section=commandline",
    "license": {
        "identifier": "Freeware",
        "url": "https://www.jetbrains.com/legal/docs/toolbox/user"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2023.3.3/JetBrains.dotMemory.Console.windows-x64.2023.3.3.zip",
            "hash": "312a0a1d2dd39697d0854c97ba90a4ebed2486a024b83856a054ec4e6d4c7de0"
        },
        "32bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2023.3.3/JetBrains.dotMemory.Console.windows-x86.2023.3.3.zip",
            "hash": "07fc1a72e7280ed1bad586afc9d5cfd43ae9793f9b67356dd623c7329b171877"
        }
    },
    "bin": "dotMemory.exe",
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=DMCLP&latest=true&platform=zip&type=release",
        "jsonpath": "$..version"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x64.$version.zip"
            },
            "32bit": {
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/JetBrains.dotMemory.Console.windows-x86.$version.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
