ScoopInstaller_Main/bucket/hasura-cli.json
2026-02-06 00:50:46 +00:00

24 lines
766 B
JSON

{
"version": "2.48.11",
"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.11/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "bb343e0f4555f9d6b64a8868b41a8313171c5d6691ca3c2aae2336f17c67fac9"
}
},
"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"
}
}
}
}