2024-08-12 16:29:02 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.32.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.32.0/granted_0.32.0_windows_i386.zip",
"hash": "c743e9abbc38e2c9defcbffe7a67a14451a37982ec3579fa3f6790c56390da7d"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.32.0/granted_0.32.0_windows_x86_64.zip",
"hash": "99be37e6b664c4b7d6badfd9a82d87aea14ac7d958f8e388d025f5c9980754cc"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.32.0/granted_0.32.0_windows_arm64.zip",
"hash": "4fec9d64b7111c50facc2457f49e2900eb87235c35128a004708a69dd46904f8"
}
},
"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"
}
}
}
}