{
    "version": "1.4.4",
    "description": "2D Animation Software",
    "homepage": "https://www.synfig.org",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://www.fosshub.com/Synfig.html/SynfigStudio-1.4.4-2023.03.30-win64-b8d62.zip",
            "hash": "c659cf03c646891abb160e9f0aed7f9cba9038d0d93aff2cb4ef281085055ad8"
        },
        "32bit": {
            "url": "https://www.fosshub.com/Synfig.html/SynfigStudio-1.4.4-2023.03.30-win32-b8d62.zip",
            "hash": "c817ad26b00efc8fa97c2e44824a5740d46ed02f13cd23138e3dc3cff6bd0e5f"
        }
    },
    "bin": "bin\\synfig.exe",
    "shortcuts": [
        [
            "bin\\synfigstudio.exe",
            "Synfig Studio",
            "",
            "share\\pixmaps\\synfig_icon.ico"
        ]
    ],
    "checkver": {
        "url": "https://www.fosshub.com/Synfig.html",
        "regex": "SynfigStudio-([\\d.]+)-(?<date>[\\d.]+)-win64-(?<sha>[\\da-f]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://www.fosshub.com/Synfig.html/SynfigStudio-$version-$matchDate-win64-$matchSha.zip"
            },
            "32bit": {
                "url": "https://www.fosshub.com/Synfig.html/SynfigStudio-$version-$matchDate-win32-$matchSha.zip"
            }
        }
    }
}
