{
    "version": "20260203-4c89b49",
    "description": "Neovim GUI which uses a Golang Qt backend",
    "homepage": "https://github.com/akiyosi/goneovim",
    "license": "MIT",
    "suggest": {
        "neovim": "neovim"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/akiyosi/goneovim/releases/download/nightly/goneovim-windows-x86_64.zip",
            "hash": "6fe899314e80a273232882663229b1ef3be3ce4e404525850c63fe7a92400b4c",
            "extract_dir": "goneovim-windows-x86_64"
        },
        "arm64": {
            "url": "https://github.com/akiyosi/goneovim/releases/download/nightly/goneovim-windows-arm64.zip",
            "hash": "0c16f3f884505ad09b8a4de8f8770f96ed9a84d5796325380e4847e3ab505600",
            "extract_dir": "goneovim-windows-arm64"
        }
    },
    "bin": "goneovim.exe",
    "shortcuts": [
        [
            "goneovim.exe",
            "Goneovim-nightly"
        ]
    ],
    "checkver": {
        "github": "https://api.github.com/repos/akiyosi/goneovim/releases/tags/nightly",
        "script": [
            "$release = $page | ConvertFrom-Json",
            "$date = Get-Date $release.updated_at -Format 'yyyyMMdd'",
            "$commit = $release.target_commitish",
            "Write-Output \"$date-$commit\""
        ],
        "regex": "(?<version>^\\d{8}-[0-9a-f]{7})"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/akiyosi/goneovim/releases/download/nightly/goneovim-windows-x86_64.zip"
            },
            "arm64": {
                "url": "https://github.com/akiyosi/goneovim/releases/download/nightly/goneovim-windows-arm64.zip"
            }
        }
    }
}
