ScoopInstaller_Main/bucket/hasura-cli.json
2023-07-11 20:26:04 +00:00

24 lines
764 B
JSON

{
"version": "2.29.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.29.1/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "edcb550841b26d75bc10979a2007074d3060d6068eb272923ee7e0ddf8fed4c2"
}
},
"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"
}
}
}
}