ScoopInstaller_Main/bucket/hasura-cli.json
2024-12-02 08:31:28 +00:00

24 lines
764 B
JSON

{
"version": "2.45.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.45.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "389f7c89f656edfc23209f0ee7d47f139353e6a5c992065dc04984bae40f2473"
}
},
"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"
}
}
}
}