2024-07-26 08:28:51 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.31.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.31.2/granted_0.31.2_windows_i386.zip",
"hash": "66151a8e5d835acb35b7da2d27fd7ef5201cb18da2b241d4fac842c2d240d3dd"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.31.2/granted_0.31.2_windows_x86_64.zip",
"hash": "a939991956ca63a455c64f4520c7290434ad28d55dcb86c6323880ebbc3e2912"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.31.2/granted_0.31.2_windows_arm64.zip",
"hash": "ae98cefd8b791b4f61601adc9a79b6dd0846626d2f1589ede18d187246277e5d"
}
},
"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"
}
}
}
}