mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 21:14:24 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.3.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.3.1/fga_0.3.1_windows_amd64.tar.gz",
|
|
"hash": "af7527072ca7eae4ea72fdf54bf0e3ac2cc742504fc3b7b9c0bf8455fc75fdb5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.3.1/fga_0.3.1_windows_386.tar.gz",
|
|
"hash": "2ee2cf38c4c5a0927b726bd06cc0b3f4a433ba030fb2ba6c13d9e8bdfa05b893"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.3.1/fga_0.3.1_windows_arm64.tar.gz",
|
|
"hash": "afac75f74a281e240ca7cf41edcde5b2db99712edd30a1e97edef3436250880a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|