mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-28 14:24:44 +00:00
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.7.10",
|
|
"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.10/fga_0.7.10_windows_amd64.tar.gz",
|
|
"hash": "833d50c14caba63a6b9e30d0a09ff80f8daa1710917856f563824bf35f7fc433"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.7.10/fga_0.7.10_windows_386.tar.gz",
|
|
"hash": "b0d3fe410b349a3b3acec3d057e27904d5f418bee7026502a9c43ce87887a539"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/openfga/cli/releases/download/v0.7.10/fga_0.7.10_windows_arm64.tar.gz",
|
|
"hash": "72a3045a07a3fe406525dd9264c1d12dac3ef7fe71ae6074d914097651849c27"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|