ScoopInstaller_Main/bucket/hasura-cli.json
2025-07-10 08:30:26 +00:00

24 lines
766 B
JSON

{
"version": "2.36.10",
"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.36.10/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "54dab5c5cc279f4bf5875850b443e504a6be67f3cc8dda273225d603f9bc9adf"
}
},
"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"
}
}
}
}