ScoopInstaller_Main/bucket/hasura-cli.json
2023-02-16 08:29:14 +00:00

24 lines
764 B
JSON

{
"version": "2.19.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.19.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "6f34c359914f60f170c9cef56686a572566f01c4adebb5e6b21d5923f6a40122"
}
},
"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"
}
}
}
}