ScoopInstaller_Main/bucket/hasura-cli.json
2023-05-29 16:27:42 +00:00

24 lines
764 B
JSON

{
"version": "2.26.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.26.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "e083faaedfa5e49e3cc0df0c8f607b6a186e28ccd50699f9907ba4e0439ce47d"
}
},
"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"
}
}
}
}