{
    "version": "4.0-alpha17",
    "description": "A feature-packed, cross-platform game engine to create 2D and 3D games from a unified interface.",
    "homepage": "https://godotengine.org/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://downloads.tuxfamily.org/godotengine/4.0/alpha17/Godot_v4.0-alpha17_win64.exe.zip",
            "hash": "sha512:ebb1b9533c09b01caa03dcbb02485bf87115a543ddb50506679b80dbfe11fbd07ab03459a31b9a0943a37521e77d5aa020b4e111fb69eaf8dbe5e238a28aa7e2"
        },
        "32bit": {
            "url": "https://downloads.tuxfamily.org/godotengine/4.0/alpha17/Godot_v4.0-alpha17_win32.exe.zip",
            "hash": "sha512:f0bd28389368862363be2b67675f5c217dc3716aa09055a671426dfaf80148a26d42a10c1c196de044717f01f8502506c5ec08d21daec5747b538cad3176eb1f"
        }
    },
    "pre_install": [
        "Remove-Item \"$dir\\Godot_*_console.*\"",
        "Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot.exe'"
    ],
    "bin": "godot.exe",
    "shortcuts": [
        [
            "godot.exe",
            "Godot Engine"
        ]
    ],
    "checkver": {
        "url": "https://godotengine.org/blog/pre-release/",
        "regex": "Dev snapshot: Godot (?<ver>[\\d.]+) alpha (?<alpha>[\\d.]+)",
        "replace": "${1}-alpha${2}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.tuxfamily.org/godotengine/$matchVer/alpha$matchAlpha/Godot_v$version_win64.exe.zip"
            },
            "32bit": {
                "url": "https://downloads.tuxfamily.org/godotengine/$matchVer/alpha$matchAlpha/Godot_v$version_win32.exe.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA512-SUMS.txt"
        }
    }
}
