mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
hasura-cli: Add version 2.18.0 (#4450)
* hasura-cli: Update to version 2.18.0 * hasura-cli: 64bit only * Update hasura-cli.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
6bca131be4
commit
a60fbd1fc3
23
bucket/hasura-cli.json
Normal file
23
bucket/hasura-cli.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"version": "2.18.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.18.0/cli-hasura-windows-amd64.exe#/hasura.exe",
|
||||||
|
"hash": "03127adc73b3fa62efa15c43e9f6b3422c662b28b083b11e45ecfb4abb0a472b"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user