2024-07-17 16:29:29 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.29.3",
"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.29.3/granted_0.29.3_windows_i386.zip",
"hash": "ac3cb9666fb8c9436929b31cdfcbc224a607267f7e0ef2f9643ffd98439eea5c"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.29.3/granted_0.29.3_windows_x86_64.zip",
"hash": "af2e07dff2563272d2de5b7a5d6696b3a5978af10d83628dada2e260336f1f52"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.29.3/granted_0.29.3_windows_arm64.zip",
"hash": "5ff8695f47acf93630d35777d1d0c42ff1ea011227a69f58baf8b307b1ea0347"
}
},
"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"
}
}
}
}