{
    "version": "1.2.6",
    "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.6/Hydrogen-1.2.6-win64.exe#/dl.7z",
            "hash": "4c0c198de0e939a956ffaa526dd289aee51d4840de60127c761498ccf92ac94c"
        }
    },
    "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"
            }
        }
    }
}
