2024-09-06 16:30:36 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.6.0",
"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.6.0/fga_0.6.0_windows_amd64.tar.gz",
"hash": "e5ca38218d93e71e20d98684d35a1e90b6611df197e2f1f361433e5563617fbe"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.6.0/fga_0.6.0_windows_386.tar.gz",
"hash": "f443f5d7f071f0a4a511efb815a191d3c11eb6b9405b1113d4d49a6efbfef6c7"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.6.0/fga_0.6.0_windows_arm64.tar.gz",
"hash": "9d7609c371d0e089a73c0698c4a820b7cb3956223aacfd44b32c86447f31ccf0"
}
},
"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"
}
}
}