{
    "version": "2022.10.09",
    "description": "Port of pianobar - console based pandora.com player",
    "homepage": "https://github.com/thedmd/pianobar-windows",
    "license": {
        "identifier": "Freeware",
        "url": "https://github.com/thedmd/pianobar-windows/blob/master/COPYING"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/thedmd/pianobar-windows/releases/download/2022.10.09/pianobar-2022.10.09-x64.zip",
            "hash": "e05b1f6f0e1487f2967c996c082cae2e881699a77aeb76dcad5f33abf374d198"
        },
        "32bit": {
            "url": "https://github.com/thedmd/pianobar-windows/releases/download/2022.10.09/pianobar-2022.10.09-x86.zip",
            "hash": "67da83ef4effe19c75d5a5418ee7b2a91eed77f0713d304f845a09a3f80bd949"
        }
    },
    "pre_install": "if (!(Test-Path \"$persist_dir\\pianobar.cfg\")) { Copy-Item \"$dir\\pianobar.cfg.example\" \"$dir\\pianobar.cfg\" }",
    "bin": "pianobar.exe",
    "shortcuts": [
        [
            "pianobar.exe",
            "pianobar"
        ]
    ],
    "persist": "pianobar.cfg",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/thedmd/pianobar-windows/releases/download/$version/pianobar-$version-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/thedmd/pianobar-windows/releases/download/$version/pianobar-$version-x86.zip"
            }
        }
    }
}
