2024-06-05 20:26:15 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.4.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.4.1/fga_0.4.1_windows_amd64.tar.gz",
"hash": "c7e3996ce21876cad026b07802ed0be9fbf95e0d67addbe73fb2545c41afec0b"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.4.1/fga_0.4.1_windows_386.tar.gz",
"hash": "687c4ae17031258095f405f6164211abb8d65f86700b352faabc001c7d8ffbec"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.4.1/fga_0.4.1_windows_arm64.tar.gz",
"hash": "dad39ca7a255d8c835aea6f0cbd8a1364de6d7455dd7c800fcd828e804488b07"
}
},
"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"
}
}
}