ScoopInstaller_Main/bucket/hasura-cli.json
2024-12-06 16:31:09 +00:00

24 lines
764 B
JSON

{
"version": "2.45.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.45.1/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "8eac070cf960763c487cddfdcb59dca72571a26011b5c5ebe4fdab1a48c7cfd6"
}
},
"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"
}
}
}
}