ScoopInstaller_Main/bucket/hasura-cli.json
2025-05-20 08:30:38 +00:00

24 lines
764 B
JSON

{
"version": "2.48.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.48.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "a443f4f7bbcc856a4bc5b92f3b0c0ece9e1520fef2a2fb149554d4e0b05005a8"
}
},
"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"
}
}
}
}