ScoopInstaller_Main/bucket/hasura-cli.json
2023-07-04 20:27:31 +00:00

24 lines
764 B
JSON

{
"version": "2.28.2",
"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.28.2/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "4865a5f5b602de0afb700326495286284ebf6dd0be004cf55873629af24b0b91"
}
},
"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"
}
}
}
}