{
    "version": "0.4.2",
    "description": "A logic analyzer GUI for sigrok",
    "homepage": "https://sigrok.org/wiki/PulseView",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://sigrok.org/download/binary/pulseview/pulseview-0.4.2-64bit-static-release-installer.exe#/dl.7z",
            "hash": "63e9ba060bec76bca7e87bc7e06fd5f7405bc6c74aa0afd76e9e9b7b1c9fab41"
        },
        "32bit": {
            "url": "https://sigrok.org/download/binary/pulseview/pulseview-0.4.2-32bit-static-release-installer.exe#/dl.7z",
            "hash": "cb8bda4f0edc1878c371fd2757433da1803be4b3cb1dbb0d412460c9db6cd0bb"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Recurse",
    "bin": "pulseview.exe",
    "shortcuts": [
        [
            "pulseview.exe",
            "PulseView"
        ]
    ],
    "checkver": {
        "url": "https://sigrok.org/download/binary/pulseview/?C=M;O=D",
        "regex": "pulseview-([\\d.]+)-64bit-static-release-installer\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://sigrok.org/download/binary/pulseview/pulseview-$version-64bit-static-release-installer.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://sigrok.org/download/binary/pulseview/pulseview-$version-32bit-static-release-installer.exe#/dl.7z"
            }
        }
    }
}
