ScoopInstaller_Main/bucket/hasura-cli.json
2023-06-08 16:27:22 +00:00

24 lines
764 B
JSON

{
"version": "2.27.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.27.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "a9d2672c96ed1d2df2c9e40bde4fa7e569cc23f21a928fbea1c2092cb3994482"
}
},
"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"
}
}
}
}