2024-06-03 16:29:27 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.27.1",
"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.1/granted_0.27.1_windows_i386.zip",
"hash": "ccaf48525f76337af922d08fbe8d7cf6dc57a1f82c8caed0591ff200f5c27fcb"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.27.1/granted_0.27.1_windows_x86_64.zip",
"hash": "7c1676278608a7e17f3626f85a4f7996ef0afdddd33c53e8e621f0f6ea2e8f5b"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.27.1/granted_0.27.1_windows_arm64.zip",
"hash": "d40dff05f1487961dd9b76532157fb56059802b3b052c5f39b231405a9c81de7"
}
},
"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"
}
}
}
}