2024-06-12 16:28:37 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.27.5",
"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.5/granted_0.27.5_windows_i386.zip",
"hash": "a7b77bf4f3ea8085a19b2dfbf0d5e3fa7bf1bdbfe28c220b336538e36dfa3c18"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.27.5/granted_0.27.5_windows_x86_64.zip",
"hash": "97ffcd89d8022f9043d5df9e5221f634b0b06f89e6358139cc7aadadc978f6f0"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.27.5/granted_0.27.5_windows_arm64.zip",
"hash": "eaa8e0b560a3bf4003422e9d69f18e08e00f55bf09c64b4828694533352ba955"
}
},
"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"
}
}
}
}