2024-06-25 16:29:07 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.5.1",
"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.5.1/fga_0.5.1_windows_amd64.tar.gz",
"hash": "07b6ad388b13b826428505745d56c18bf4475bbf5505cd2e91a80c7fdd9dd2ca"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.5.1/fga_0.5.1_windows_386.tar.gz",
"hash": "9e8943fc2ea0c4c5887696bca407311d752b2cbde3bca27e23a545fd0767a4ce"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.5.1/fga_0.5.1_windows_arm64.tar.gz",
"hash": "bf590c4db4a734926abc6848666a7a6b611c7c9e97fad09fc64f51e47acbeef1"
}
},
"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"
}
}
}