mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.2.4",
|
|
"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.4/fga_0.2.4_windows_amd64.tar.gz",
|
|
"hash": "a394fdfead8dde1ef5dfa28fded94a77c086aec51d0736c6b8545e90223dfaf9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.2.4/fga_0.2.4_windows_386.tar.gz",
|
|
"hash": "2880de5e700c36e3edefb4486c3c9d266920764c7de304394ba89bd7c4897669"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.2.4/fga_0.2.4_windows_arm64.tar.gz",
|
|
"hash": "770529fda821d01b81297ac1dca3c46c95bf1790d1275b23b4b87307c16ecb42"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|