2024-10-04 12:31:42 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.35.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.35.0/granted_0.35.0_windows_i386.zip",
"hash": "facc7f4442cfce07d156567b4e3c85244540b0eba7703b6b9e59c1eccce0fc9c"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.35.0/granted_0.35.0_windows_x86_64.zip",
"hash": "cd8700363affe27a55463ee1b5cccba65e17c001275dcdcab5ce1042b33d0cdd"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.35.0/granted_0.35.0_windows_arm64.zip",
"hash": "d50f9d68d21f00d99d4b2572214dde57735b25ddc134a3ef7022d7b378298d5b"
}
},
"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"
}
}
}
}