ScoopInstaller_Main/bucket/hasura-cli.json
2023-10-31 12:30:34 +00:00

24 lines
764 B
JSON

{
"version": "2.35.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.35.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "4953dbb66e33b92337db61835796e07b4a36003726107344607408cf7e5a5cdf"
}
},
"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"
}
}
}
}