{
    "version": "2026.1.1",
    "description": "Free .NET Decompiler and Assembly Browser",
    "homepage": "https://www.jetbrains.com/decompiler/",
    "license": {
        "identifier": "Proprietary",
        "url": "https://www.jetbrains.com/decompiler/download/license.html"
    },
    "architecture": {
        "64bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.1.1/dotPeek64.2026.1.1.exe#/dotpeek.exe",
            "hash": "8cf69f203e3dbec6706c63176ecb7fbed3bf0b2c5a8c2c8c9bf3c6e4f45d0fe1"
        },
        "32bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2026.1.1/dotPeek32.2026.1.1.exe#/dotpeek.exe",
            "hash": "f2864d88e9aa4964d0b94e890d1d53b7a45d142f859701bd056124f5f42a98e2"
        }
    },
    "shortcuts": [
        [
            "dotpeek.exe",
            "dotPeek"
        ]
    ],
    "checkver": {
        "url": "https://data.services.jetbrains.com/products/releases?code=DPK&latest=true&platform=zip&type=release",
        "jsonpath": "$..version"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/dotPeek64.$version.exe#/dotpeek.exe"
            },
            "32bit": {
                "url": "https://download.jetbrains.com/resharper/dotUltimate.$version/dotPeek32.$version.exe#/dotpeek.exe"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
