ScoopInstaller_Main/bucket/hasura-cli.json
2025-02-21 12:32:04 +00:00

24 lines
764 B
JSON

{
"version": "2.45.2",
"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.45.2/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "e9d815fdad20e47334cfedb663a6169bc20c39b06c32db14005f54f3bb9b46a2"
}
},
"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"
}
}
}
}