{
    "version": "4.7-beta1",
    "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://github.com/godotengine/godot-builds/releases/download/4.7-beta1/Godot_v4.7-beta1_win64.exe.zip",
            "hash": "sha512:b9f58551cb011d6580ab4556b563ffed23ef3cfa2229d1e4ef560108b4d03b69dc6434ff9b2dab21188a951bb588f131f12c8aab212f7c85d3200273e225a4a0"
        },
        "32bit": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-beta1/Godot_v4.7-beta1_win32.exe.zip",
            "hash": "sha512:7d37123be078ef37a7588ca60e44aeb3bea1a304093df7f9a813b8516a2d214f9a09c85ee46f9dc1c412cdc7ea9f8f6acd039baed564b64b5d5c2fa9fc84717e"
        },
        "arm64": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-beta1/Godot_v4.7-beta1_windows_arm64.exe.zip",
            "hash": "sha512:86c77323b4afb1d5544fb33e162aac29e92c5909e9a5ed7f0a99536e296469dd3efcb1526a98076d7d7a6730c277e97e6d2b9e983af04fcd297f552edfd8957f"
        }
    },
    "pre_install": [
        "Get-Item \"$dir\\Godot_*_console.exe\" | Rename-Item -NewName 'godot.console.exe'",
        "Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot.exe'"
    ],
    "bin": [
        [
            "godot.console.exe",
            "godot"
        ]
    ],
    "shortcuts": [
        [
            "godot.exe",
            "Godot Engine"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/godotengine/godot-builds/tags",
        "jsonpath": "$[?(@.name =~ /^[\\d.]+-beta\\d+$/)].name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_win64.exe.zip"
            },
            "32bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_win32.exe.zip"
            },
            "arm64": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_windows_arm64.exe.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA512-SUMS.txt"
        }
    }
}
