{
    "version": "3.6.2",
    "description": "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://github.com/godotengine/godot/releases/download/3.6.2-stable/Godot_v3.6.2-stable_win64.exe.zip",
            "hash": "sha512:844ccabab6b8ce9ee6547cd0134189608fd71568cf8a8f052912cd024320eaf0591b0722016dd64d490343f78a8dd22d2cc0534666d6974704680c9f0244d533"
        },
        "32bit": {
            "url": "https://github.com/godotengine/godot/releases/download/3.6.2-stable/Godot_v3.6.2-stable_win32.exe.zip",
            "hash": "sha512:00c9ef1b8f53642fbe46c276f4106597b775839558682c6d18af3e4da65df0fb45eb2f304256956913289a19149d39fd337cf5401332ce1918780fd5a8a695f7"
        }
    },
    "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://github.com/godotengine/godot/releases/",
        "regex": "(3[\\d\\w.]+)-stable"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/godotengine/godot/releases/download/$version-stable/Godot_v$version-stable_win64.exe.zip"
            },
            "32bit": {
                "url": "https://github.com/godotengine/godot/releases/download/$version-stable/Godot_v$version-stable_win32.exe.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA512-SUMS.txt"
        }
    }
}
