{
    "version": "1.15.0.20231206",
    "description": "Eclipse Memory Analyzer",
    "homepage": "https://www.eclipse.org/mat/",
    "license": "EPL-1.0",
    "architecture": {
        "64bit": {
            "url": "http://download.eclipse.org/mat/1.15.0/rcp/MemoryAnalyzer-1.15.0.20231206-win32.win32.x86_64.zip",
            "hash": "sha512:9158fe030a590e1d978fd5eb293584b8b33cf8c48d3b00708d0017f20fab038cff5682f76b72cff256c9ba8397e1e3b3e97106ad2252f92dc033c10ff767d342"
        }
    },
    "extract_dir": "mat",
    "shortcuts": [
        [
            "MemoryAnalyzer.exe",
            "Eclipse Memory Analyzer"
        ]
    ],
    "persist": "workspace",
    "checkver": {
        "url": "https://www.eclipse.org/mat/downloads.php",
        "regex": "/mat/(?<short>[\\d.]+)/rcp/MemoryAnalyzer-([\\d.]+)-win32"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "http://download.eclipse.org/mat/$matchShort/rcp/MemoryAnalyzer-$version-win32.win32.x86_64.zip"
            }
        },
        "hash": {
            "url": "https://www.eclipse.org/downloads/sums.php?file=/mat/$matchShort/rcp/$basename&type=sha512"
        }
    }
}
