diff --git a/bucket/openfga.json b/bucket/openfga.json new file mode 100644 index 0000000000..3fd6615d2c --- /dev/null +++ b/bucket/openfga.json @@ -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" + } + } +}