ScoopInstaller_Main/bucket/hasura-cli.json
2024-03-24 17:07:19 +00:00

24 lines
764 B
JSON

{
"version": "2.38.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.38.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "b1b61be2e56e539428a9cc7d50e30e8a45576979b77d8ee65b68baf33eb34372"
}
},
"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"
}
}
}
}