{
    "version": "20260503-g992787a",
    "description": "Language server for Odin.",
    "homepage": "https://github.com/DanielGavin/ols",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/DanielGavin/ols/releases/download/nightly/ols-x86_64-pc-windows-msvc.zip",
            "hash": "0d3fd087c85abf78552385cb986b14c66539308139f4218f3427f2bdccf1a811"
        }
    },
    "bin": [
        [
            "ols-x86_64-pc-windows-msvc.exe",
            "ols"
        ]
    ],
    "checkver": {
        "url": "https://github.com/DanielGavin/ols/releases/tag/nightly",
        "regex": "datetime=\"(?<year>[0-9]{4})-(?<month>[0-9]{2})-(?<day>[0-9]{2})(.*\\n)*?.*/commit/(?<commit>[0-9a-f]{7})",
        "replace": "${year}${month}${day}-g${commit}"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/DanielGavin/ols/releases/download/nightly/ols-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
