ScoopInstaller_Main/bucket/hasura-cli.json
2025-12-24 12:31:59 +00:00

24 lines
764 B
JSON

{
"version": "2.48.9",
"description": "Hasura GraphQL Engine CLI",
"homepage": "https://hasura.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/hasura/graphql-engine/releases/download/v2.48.9/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "a553f1dfadb812e4ef893517f715afb1122135b492489e758cc8d32427d5a66f"
}
},
"bin": "hasura.exe",
"checkver": {
"github": "https://github.com/hasura/graphql-engine"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hasura/graphql-engine/releases/download/v$version/cli-hasura-windows-amd64.exe#/hasura.exe"
}
}
}
}