openfga: Add version 0.2.3 (#5331)

* openfga: add at v0.2.0

* Update version 0.2.3

---------

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
polaris940 2024-01-13 15:28:41 -06:00 committed by GitHub
parent f22fac8e14
commit 8d6fc90d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

40
bucket/openfga.json Normal file
View File

@ -0,0 +1,40 @@
{
"version": "0.2.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.2.3/fga_0.2.3_windows_amd64.tar.gz",
"hash": "e9236d3bb2b04abae0d632d4f330be943ba15c020ccc613eac1a5bd9511a715a"
},
"32bit": {
"url": "https://github.com/openfga/cli/releases/download/v0.2.3/fga_0.2.3_windows_386.tar.gz",
"hash": "c59ad1698e7f0e6ad404ad48c131c53fb1fcd63070e4748fc5359de148a5cc4a"
},
"arm64": {
"url": "https://github.com/openfga/cli/releases/download/v0.2.3/fga_0.2.3_windows_arm64.tar.gz",
"hash": "30831889ac7907552038c2d087124425247fe27258ac803a6116dad69bb7ce3a"
}
},
"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"
}
}
}