ScoopInstaller_Main/bucket/hasura-cli.json
2024-10-30 12:32:29 +00:00

24 lines
764 B
JSON

{
"version": "2.44.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.44.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "2dc6c29c3f7b6bc2fb3364681c7748452a9a8a35ea83a89e2e53a707b41bb6cc"
}
},
"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"
}
}
}
}