ScoopInstaller_Main/bucket/hasura-cli.json
2024-01-30 16:26:14 +00:00

24 lines
764 B
JSON

{
"version": "2.37.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.37.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "4faf5a0e378726c25fdecc95fa850c18c87524f7ac57bec0047cb399ab65c069"
}
},
"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"
}
}
}
}