ScoopInstaller_Main/bucket/hasura-cli.json
2023-03-29 20:27:50 +00:00

24 lines
764 B
JSON

{
"version": "2.22.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.22.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "64d54ddde5e6ad7ac6a800c7ba555f34742f957d35ed174c25254770c31d6726"
}
},
"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"
}
}
}
}