ScoopInstaller_Main/bucket/hasura-cli.json
2023-08-31 00:33:54 +00:00

24 lines
764 B
JSON

{
"version": "2.33.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.33.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "d311234d63e62100088ab2626c9991d3180184c7f2a604c417e8b08e28f9d998"
}
},
"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"
}
}
}
}