{
    "version": "4.2.2",
    "description": "The automated Usenet download tool",
    "homepage": "https://sabnzbd.org",
    "license": "GPL-2.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sabnzbd/sabnzbd/releases/download/4.2.2/SABnzbd-4.2.2-win64-bin.zip",
            "hash": "5d6db89221f7b1ebd0fdcb376406f7ee0d5a657eb97f846e9989ef6ad4b961f7"
        },
        "32bit": {
            "url": "https://github.com/sabnzbd/sabnzbd/releases/download/4.2.2/SABnzbd-4.2.2-win32-bin.zip",
            "hash": "821636e78ebdf11122496ed525f53584a6539581998e989c7a1475497815b40b"
        }
    },
    "extract_dir": "SABnzbd-4.2.2",
    "bin": [
        "SABnzbd-console.exe",
        [
            "SABnzbd-console.exe",
            "SABnzbd"
        ]
    ],
    "shortcuts": [
        [
            "SABnzbd.exe",
            "SABnzbd"
        ]
    ],
    "checkver": {
        "github": "https://github.com/sabnzbd/sabnzbd"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sabnzbd/sabnzbd/releases/download/$version/SABnzbd-$version-win64-bin.zip"
            },
            "32bit": {
                "url": "https://github.com/sabnzbd/sabnzbd/releases/download/$version/SABnzbd-$version-win32-bin.zip"
            }
        },
        "extract_dir": "SABnzbd-$version"
    }
}
