ScoopInstaller_Main/bucket/hasura-cli.json
2023-04-27 12:30:43 +00:00

24 lines
764 B
JSON

{
"version": "2.24.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.24.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "a868161d8273f48278998c622ef7906f43dd6dfaa8fa926b50bb75a02a18fea2"
}
},
"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"
}
}
}
}