ScoopInstaller_Main/bucket/hasura-cli.json
2023-08-23 12:31:01 +00:00

24 lines
764 B
JSON

{
"version": "2.32.1",
"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.32.1/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "aa21dac8294c893a7f44dca90ec4d110cf4f415c402eda9a5a8f441b74c0a9d2"
}
},
"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"
}
}
}
}