{
    "version": "2023.3.3",
    "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.2023.3.3/dotPeek64.2023.3.3.exe#/dotpeek.exe",
            "hash": "99f117f87abd51649477def5e43aa304a4143fd4b446603f0b9181111d9a809c"
        },
        "32bit": {
            "url": "https://download.jetbrains.com/resharper/dotUltimate.2023.3.3/dotPeek32.2023.3.3.exe#/dotpeek.exe",
            "hash": "4be77bcdff5574bde4669252d8fe76dab250d10a7d11958f0cb052fca1e77f64"
        }
    },
    "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"
        }
    }
}
