2024-06-03 20:25:40 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.27.2",
"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.27.2/granted_0.27.2_windows_i386.zip",
"hash": "eb76870466b0ccbaa1f48eb0d6e6e12766d84d3499795e0843377def05fb67b3"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.27.2/granted_0.27.2_windows_x86_64.zip",
"hash": "51ba5ea523c9faab90bee0ac0e8e340e22654c3fa22156912dc50f308453fd3a"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.27.2/granted_0.27.2_windows_arm64.zip",
"hash": "f6b755eac7b8950deed5987266b42e0a0d78251562560cb8f535dc8617ba00ab"
}
},
"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"
}
}
}
}