2024-05-15 12:31:46 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.26.0",
"description": "Granted is a command line interface (CLI) application which simplifies access to cloud roles and allows multiple cloud accounts to be opened in your web browser simultaneously.",
"homepage": "https://github.com/common-fate/granted",
"license": "MIT",
"depends": "aws",
"architecture": {
"32bit": {
"url": "https://releases.commonfate.io/granted/v0.26.0/granted_0.26.0_windows_i386.zip",
"hash": "6e41091f33121b09cd3fbf3e9b57299991cfd2721e21021de7f46a66160d4a10"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.26.0/granted_0.26.0_windows_x86_64.zip",
"hash": "66710946a9f02393cbb412806333e5ea441b949d1dbd9268b4998ed2ea7694db"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.26.0/granted_0.26.0_windows_arm64.zip",
"hash": "b3cae4388f7785fb17a3b3124e549a5d5b1b41c5c7ef31d4254b86e922bae259"
}
},
"bin": [
"assume.ps1",
"granted.exe"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://releases.commonfate.io/granted/v$version/granted_$version_windows_i386.zip"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v$version/granted_$version_windows_x86_64.zip"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v$version/granted_$version_windows_arm64.zip"
}
}
}
}