{
    "version": "1.2.3",
    "description": "Advanced drum machine",
    "homepage": "http://hydrogen-music.org",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/hydrogen-music/hydrogen/releases/download/1.2.3/Hydrogen-1.2.3-win64.exe#/dl.7z",
            "hash": "3c78f2356ae7641fb7395dde3ebdf3970f0e07fb7dfe600b6b50632c0589a149"
        },
        "32bit": {
            "url": "https://github.com/hydrogen-music/hydrogen/releases/download/1.2.3/Hydrogen-1.2.3-win32.exe#/dl.7z",
            "hash": "2066e10f722557054a49f0e39a635bbe56f1dcbc1a588fb18377cb1cf50b2748"
        }
    },
    "pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse",
    "bin": "hydrogen.exe",
    "shortcuts": [
        [
            "hydrogen.exe",
            "Hydrogen"
        ]
    ],
    "checkver": {
        "url": "http://hydrogen-music.org/downloads/",
        "regex": "([\\w.-]+)\\s+64-Bit"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/hydrogen-music/hydrogen/releases/download/$version/Hydrogen-$version-win64.exe#/dl.7z"
            },
            "32bit": {
                "url": "https://github.com/hydrogen-music/hydrogen/releases/download/$version/Hydrogen-$version-win32.exe#/dl.7z"
            }
        }
    }
}
