2024-01-23 20:24:49 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.2.5",
"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.2.5/fga_0.2.5_windows_amd64.tar.gz",
"hash": "e445ffc7c9463a5a493cd6d1c5519efe04ba688dd40a06c648d17a36c9d0ac55"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.2.5/fga_0.2.5_windows_386.tar.gz",
"hash": "c0111f44ec83568387343e1443bd43e6fbaeaaa79edff518766af7fe0a0e4b50"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.2.5/fga_0.2.5_windows_arm64.tar.gz",
"hash": "c789aa4ddee1effe977f1c4ee150e6c99135a38a90ae63d98899457ee06e195a"
}
},
"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"
}
}
}