2025-07-11 16:29:47 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.7.2",
"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.7.2/fga_0.7.2_windows_amd64.tar.gz",
"hash": "3c43a67ad60a1106999c8d6c8ba33f38803e4cdcdbd4222ae64ee56526adf4f8"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.7.2/fga_0.7.2_windows_386.tar.gz",
"hash": "b8af2215f43d229b932ad65934c4d2c3199a68908044d60f632fca2e4a3c0efc"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.7.2/fga_0.7.2_windows_arm64.tar.gz",
"hash": "ac1b091b0ead95ff2fcdbd5e6fddfa5546c9e2de1c141f4f564f2aca85b5c0cf"
}
},
"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"
}
}
}