2024-09-12 12:31:54 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.33.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.33.0/granted_0.33.0_windows_i386.zip",
"hash": "c1895368c44c079e023b7f0fe8a02f8cd4ac23eb5dce72872e29df2db8adf735"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.33.0/granted_0.33.0_windows_x86_64.zip",
"hash": "57701d704accec325a3664a46c405998e197051702d7e5069689681feed72e04"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.33.0/granted_0.33.0_windows_arm64.zip",
"hash": "e1816defc224bbde329e85d8b18549fab9189c958b82de2fee656b67cda91afc"
}
},
"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"
}
}
}
}