2024-07-16 08:28:53 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.29.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.29.2/granted_0.29.2_windows_i386.zip",
"hash": "86521e622773a7be4d5a3decedf79ee89aa1859b20dbbb5e5888e58137cbac3a"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.29.2/granted_0.29.2_windows_x86_64.zip",
"hash": "11ebabf9f830844b6e0143db347e9d418360108eb10b68bfba0176903189375c"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.29.2/granted_0.29.2_windows_arm64.zip",
"hash": "76413270fb4c4d5e4ec71739bc454217196786d4b7489e699fda4666da8b2c92"
}
},
"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"
}
}
}
}