2024-03-29 01:14:13 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.3.0",
"description": "Relationship-based access control made fast, scalable, and easy to use",
"homepage": "https://openfga.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.3.0/fga_0.3.0_windows_amd64.tar.gz",
"hash": "2228a269b23f64971d60152b492808e93606dee014fd2ca8ecab569557e66680"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.3.0/fga_0.3.0_windows_386.tar.gz",
"hash": "dacb2f5b35de48f3a690a0bf6331e9b2f4b1322d8ed2d15f0800af44a2223b98"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.3.0/fga_0.3.0_windows_arm64.tar.gz",
"hash": "7098617b6b57a32ba9c6779b9b0688081e27ff0ef5f282d0698739448f02ae2c"
}
},
"bin": "fga.exe",
"checkver": {
"github": "https://github.com/openfga/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/openfga/cli/releases/download/v$version/fga_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v$version/fga_$version_windows_386.tar.gz"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v$version/fga_$version_windows_arm64.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}