2025-08-12 20:30:23 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.7.3",
"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.3/fga_0.7.3_windows_amd64.tar.gz",
"hash": "70d322b0217f1454decac3e64bce1e732140da57c75d26fcfa8bc10ddc5b67d3"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.7.3/fga_0.7.3_windows_386.tar.gz",
"hash": "b9cd82c599fabcc33b0b3271b43a373a98eb4b21b1263e37cdd9c7908663cbd9"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.7.3/fga_0.7.3_windows_arm64.tar.gz",
"hash": "8c114a1dd5bb3e2213f8cdf3391dc12228dfc6f17a72363addfe51b2b1d9b3a3"
}
},
"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"
}
}
}