{
    "version": "0.9.9",
    "description": "GPTScript is a new scripting language to automate your interaction with a Large Language Model (LLM), namely OpenAI",
    "homepage": "https://github.com/gptscript-ai/gptscript",
    "license": "Apache 2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/gptscript-ai/gptscript/releases/download/v0.9.9/gptscript-v0.9.9-windows-amd64.zip",
            "hash": "c177435d00152df1e6c52bf3909a7ced78a7bb2eebecadfe79ac93fd816e066f"
        }
    },
    "bin": "gptscript.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gptscript-ai/gptscript/releases/download/v$version/gptscript-v$version-windows-amd64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
