ScoopInstaller_Main/bucket/hasura-cli.json
2023-04-28 16:26:44 +00:00

24 lines
764 B
JSON

{
"version": "2.24.1",
"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.24.1/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "45aa86a15f15cce78991f65b445d8088e2d089cdaceebf17fc5cfddd2141bcb5"
}
},
"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"
}
}
}
}