mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.5.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.5.3/fga_0.5.3_windows_amd64.tar.gz",
|
|
"hash": "3d29229fde62a3975d2f9e2022c3e22ac5b62ebd1276ada9b1313e4ae0b0c980"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.5.3/fga_0.5.3_windows_386.tar.gz",
|
|
"hash": "447a4f40ba469515c28c1d0a8b35d01d45b76d1f46674590118bf3cd1449b901"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.5.3/fga_0.5.3_windows_arm64.tar.gz",
|
|
"hash": "51dc2e33ef247290b1498f08e458af99d16c75f88c923aef39fb345ac093f824"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|