ScoopInstaller_Main/bucket/hasura-cli.json
2023-03-17 12:33:28 +00:00

24 lines
764 B
JSON

{
"version": "2.21.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.21.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "36205040f0a43d906399c7d82365cff339cbf8994b2b724de81464196d7d587b"
}
},
"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"
}
}
}
}