mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-14 19:31:19 +00:00
24 lines
764 B
JSON
24 lines
764 B
JSON
{
|
|
"version": "2.30.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.30.0/cli-hasura-windows-amd64.exe#/hasura.exe",
|
|
"hash": "35ec51c2cda585dda243eb8258b9041e757ce31ee6347d8a4723416c41f4bec7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|