ScoopInstaller_Main/bucket/hasura-cli.json
2025-04-15 16:30:21 +00:00

24 lines
764 B
JSON

{
"version": "2.47.0",
"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.47.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "836337caf0b044af893a9a3ed4514d4c49286d5ac8875c8c3a6c20ca75f9e783"
}
},
"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"
}
}
}
}