ScoopInstaller_Main/bucket/hasura-cli.json
2025-03-25 08:29:25 +00:00

24 lines
764 B
JSON

{
"version": "2.46.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.46.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "b1961bfda7f11fb119426aaecd94daf29b30cbf0d0e3a8b51578645119bb70e6"
}
},
"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"
}
}
}
}