{
    "version": "3.1.6",
    "description": "GUI software for creating and applying xdelta patches",
    "homepage": "https://github.com/marco-calautti/DeltaPatcher",
    "license": {
        "identifier": "GPL-2.0-only",
        "url": "https://github.com/marco-calautti/DeltaPatcher/blob/master/LICENSE.md"
    },
    "architecture": {
        "32bit": {
            "url": "https://github.com/marco-calautti/DeltaPatcher/releases/download/v3.1.6/windows_bin_x86.zip",
            "hash": "447b434dbf0518c92a876b6081c5530dc1cb0730f91b0036016e1c8af15dcb85"
        },
        "64bit": {
            "url": "https://github.com/marco-calautti/DeltaPatcher/releases/download/v3.1.6/windows_bin_x86_64.zip",
            "hash": "6fae5d8af839339a9adaf053f30d9444476ee2ca45cb0f38049f7c82ba5c01be"
        }
    },
    "shortcuts": [
        [
            "DeltaPatcher.exe",
            "Delta Patcher"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/marco-calautti/DeltaPatcher/releases/download/v$version/windows_bin_x86.zip"
            },
            "64bit": {
                "url": "https://github.com/marco-calautti/DeltaPatcher/releases/download/v$version/windows_bin_x86_64.zip"
            }
        }
    }
}
