2024-09-24 08:30:22 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.34.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.34.0/granted_0.34.0_windows_i386.zip",
"hash": "5d0192ce28e6c5603eecce3474fab366a9df7ee8c616171b8bf1b29b34fd1afc"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.34.0/granted_0.34.0_windows_x86_64.zip",
"hash": "3b1f63df4b4113c6d8172172de558b7a141dbf6f9b3550c39a4982e8d14526ec"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.34.0/granted_0.34.0_windows_arm64.zip",
"hash": "db3d4e8564837dd8ee700357b3dc45f76e2df0f5a0e42990a61b40dc2e69206b"
}
},
"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"
}
}
}
}