ScoopInstaller_Main/bucket/hasura-cli.json
2024-05-09 16:36:23 +00:00

24 lines
764 B
JSON

{
"version": "2.39.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.39.1/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "baa58040e022c4f1adf2b5aa01de763100f08c5664fb519e1ff867a7c27cdfd9"
}
},
"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"
}
}
}
}