ScoopInstaller_Main/bucket/hasura-cli.json
2025-07-29 08:30:49 +00:00

24 lines
764 B
JSON

{
"version": "2.48.3",
"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.3/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "996cbc5466d2de17861ba5ed1cbcfa6425d4d4448745b64c884d5567a4faa440"
}
},
"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"
}
}
}
}