2024-09-09 20:27:37 +00:00

41 lines
1.6 KiB
JSON

{
"version": "0.6.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.6.1/fga_0.6.1_windows_amd64.tar.gz",
"hash": "1032a6d6279dcfafe3e47aba4b1089c83e5b031bfb5beb3f86a886c08a512cea"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.6.1/fga_0.6.1_windows_386.tar.gz",
"hash": "b851444697f6a33434c44fb65cab29425e9c0e643a3f83adabceae3062dbc41b"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.6.1/fga_0.6.1_windows_arm64.tar.gz",
"hash": "8c3027091ac99d37960ea432407314e09d8543ebe2beba689a5de1aea43db620"
}
},
"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"
}
}
}