{
    "version": "7.4.1",
    "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/v7.4.1/Netron-Setup-7.4.1.exe#/dl.7z",
            "hash": "sha512:7968d65d21ef1f6b420897c6d75288987f5f594d010df6343425140b7663732455c7f404f2fb07f30bd77e66493b8d4a4543503a3d17e9add1e099867e51e253",
            "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"
                }
            }
        }
    }
}
