ScoopInstaller_Main/bucket/hasura-cli.json
2024-05-29 12:31:37 +00:00

24 lines
764 B
JSON

{
"version": "2.39.2",
"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.39.2/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "a1bd6622ec595abcd07c562411c1a2c922043dfa3501a27f0efbf5dd7f943e76"
}
},
"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"
}
}
}
}