{
    "version": "1.5.5",
    "description": "2D Animation Software",
    "homepage": "https://www.synfig.org",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/synfig/synfig/releases/download/v1.5.5/SynfigStudio-1.5.5-2026.03.15-win64-79bf7.zip",
            "hash": "f8e62c860216ed733be092147779df2aa5afdeee34ad9da5736f99ed96550fe0"
        },
        "32bit": {
            "url": "https://github.com/synfig/synfig/releases/download/v1.5.5/SynfigStudio-1.5.5-2026.03.15-win32-79bf7.zip",
            "hash": "7802b6f103e37990e5f4659e967e75534d321e6bd371b517a35962ef4f2a0bd1"
        }
    },
    "bin": "bin\\synfig.exe",
    "shortcuts": [
        [
            "bin\\synfigstudio.exe",
            "Synfig Studio",
            "",
            "share\\pixmaps\\synfig_icon.ico"
        ]
    ],
    "checkver": {
        "url": "https://github.com/synfig/synfig/releases",
        "regex": "SynfigStudio-([\\d.]+)-(?<date>[\\d.]+)-win64-(?<sha>[\\da-f]+)\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/synfig/synfig/releases/download/v$version/SynfigStudio-$version-$matchDate-win64-$matchSha.zip"
            },
            "32bit": {
                "url": "https://github.com/synfig/synfig/releases/download/v$version/SynfigStudio-$version-$matchDate-win32-$matchSha.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksum-sha256.txt"
        }
    }
}
