mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 15:15:15 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.7.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.7.1/fga_0.7.1_windows_amd64.tar.gz",
|
|
"hash": "223b2cd9cd769b3e1be3f2f04049316664cd9695cde8802830d9af6cb62b4cb7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.7.1/fga_0.7.1_windows_386.tar.gz",
|
|
"hash": "f7add9faad460d1dc6bc908f9cf89a7e3e6cc8d530741dce8225a5a6ecce84e1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.7.1/fga_0.7.1_windows_arm64.tar.gz",
|
|
"hash": "d1c09a1b85e8d7b950908724802711fedae10f2f7680243cd8cf62ce602ec897"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|