ScoopInstaller_Main/bucket/hasura-cli.json
2024-01-24 12:30:19 +00:00

24 lines
764 B
JSON

{
"version": "2.36.3",
"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.36.3/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "db74b94488167afdeb3198b0247f789bf4d7ec61971d57ea3105c479916cdd4e"
}
},
"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"
}
}
}
}