{
    "version": "4.7-dev5",
    "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-dev5/Godot_v4.7-dev5_mono_win64.zip",
            "hash": "sha512:b82b53163ab3b40ca3c4a2fe917f1743a15ca5f6309ec224d8a96fd0fcfb172cd56a3839564807fcab805b7f025d34787789c9c9ad5284d8d1bebe4d4e5843bd",
            "extract_dir": "Godot_v4.7-dev5_mono_win64"
        },
        "32bit": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-dev5/Godot_v4.7-dev5_mono_win32.zip",
            "hash": "sha512:8255ea0b07feea3f3bfe98e327e68431f89d4919af260037fab11bf4086070e15007a4c617ac36b959f7a08a5c4aa105ab3b7610f35ba6875a306e1b547c832c",
            "extract_dir": "Godot_v4.7-dev5_mono_win32"
        },
        "arm64": {
            "url": "https://github.com/godotengine/godot-builds/releases/download/4.7-dev5/Godot_v4.7-dev5_mono_windows_arm64.zip",
            "hash": "sha512:4105a515fc20e1c8f71bec9372d072f6dcab57d17c842ed294ad2344fb5d10e91ea22683922d9952a401435a826dea3164f71681aa2f2a22242d2c0e09e642db",
            "extract_dir": "Godot_v4.7-dev5_mono_windows_arm64"
        }
    },
    "pre_install": [
        "Get-Item \"$dir\\Godot_*_console.exe\" | Rename-Item -NewName 'godot-mono.console.exe'",
        "Get-Item \"$dir\\Godot_*.exe\" | Rename-Item -NewName 'godot-mono.exe'"
    ],
    "bin": [
        [
            "godot-mono.console.exe",
            "godot-mono"
        ]
    ],
    "shortcuts": [
        [
            "godot-mono.exe",
            "Godot Engine (Mono)"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/godotengine/godot-builds/tags",
        "jsonpath": "$[?(@.name =~ /^[\\d.]+-dev\\d+$/)].name"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_win64.zip",
                "extract_dir": "Godot_v$version_mono_win64"
            },
            "32bit": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_win32.zip",
                "extract_dir": "Godot_v$version_mono_win32"
            },
            "arm64": {
                "url": "https://github.com/godotengine/godot-builds/releases/download/$version/Godot_v$version_mono_windows_arm64.zip",
                "extract_dir": "Godot_v$version_mono_windows_arm64"
            }
        },
        "hash": {
            "url": "$baseurl/SHA512-SUMS.txt"
        }
    }
}
