{
    "version": "12.2.3",
    "description": "REST API for any Postgres database",
    "homepage": "https://postgrest.org",
    "license": "MIT",
    "suggest": {
        "PostgreSQL": "postgresql"
    },
    "depends": "psqlodbc",
    "architecture": {
        "64bit": {
            "url": "https://github.com/PostgREST/postgrest/releases/download/v12.2.3/postgrest-v12.2.3-windows-x64.zip",
            "hash": "a850cd1cf5b208972f4db2803656c645436ad333882480685e052d45706c1966",
            "extract_dir": "artifacts\\postgrest-windows-x64"
        }
    },
    "bin": "postgrest.exe",
    "checkver": {
        "github": "https://github.com/PostgREST/postgrest"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/PostgREST/postgrest/releases/download/v$version/postgrest-v$version-windows-x64.zip",
                "extract_dir": "artifacts\\postgrest-windows-x64"
            }
        }
    }
}
