ScoopInstaller_Main/bucket/hasura-cli.json
2023-04-17 08:27:35 +00:00

24 lines
764 B
JSON

{
"version": "2.23.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.23.0/cli-hasura-windows-amd64.exe#/hasura.exe",
"hash": "ad1b2dd312c217c4a9b266526b65e4a288a1be969f7c1742bb8e06d84b0b3f07"
}
},
"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"
}
}
}
}