ScoopInstaller_Main/bucket/hasura-cli.json
2023-05-22 16:28:57 +00:00

24 lines
764 B
JSON

{
"version": "2.25.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.25.1/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "7a16d181850473f85ed98465487cc4f41444198dc9dbd15c03f85268222f3af2"
}
},
"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"
}
}
}
}