ScoopInstaller_Main/bucket/hasura-cli.json
2024-06-24 20:26:15 +00:00

24 lines
764 B
JSON

{
"version": "2.40.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.40.2/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "0975e8ac62aae64e5b2dc18da1646cf968ae39d30422df0f3d95a982507304a3"
}
},
"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"
}
}
}
}