{
    "version": "9.0.6",
    "description": "Visualizer for deep learning and machine learning models",
    "homepage": "https://netron.app/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/lutzroeder/netron/releases/download/v9.0.6/Netron-Setup-9.0.6.exe#/dl.7z",
            "hash": "sha512:5749e13b8abcff9ffdc58304312b1fb42243f9db93eb883042de8626859373ec0bac32deae3c9e838ca45f5dd8a9f0a5431f8ff520c99b0494d6905ecaee9f61",
            "pre_install": [
                "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
                "Remove-Item \"$dir\\`$*\" -Force -Recurse"
            ]
        }
    },
    "bin": "Netron.exe",
    "shortcuts": [
        [
            "Netron.exe",
            "Netron"
        ]
    ],
    "checkver": {
        "github": "https://github.com/lutzroeder/netron"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/lutzroeder/netron/releases/download/v$version/Netron-Setup-$version.exe#/dl.7z",
                "hash": {
                    "url": "$baseurl/latest.yml",
                    "regex": "sha512:\\s+$base64"
                }
            }
        }
    }
}
