From 8d6fc90d71207121406970f70cbf759ea7715438 Mon Sep 17 00:00:00 2001 From: polaris940 <101352781+polaris940@users.noreply.github.com> Date: Sat, 13 Jan 2024 15:28:41 -0600 Subject: [PATCH] openfga: Add version 0.2.3 (#5331) * openfga: add at v0.2.0 * Update version 0.2.3 --------- Co-authored-by: HUMORCE --- bucket/openfga.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bucket/openfga.json 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" + } + } +}