2024-07-04 12:31:42 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.29.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.29.0/granted_0.29.0_windows_i386.zip",
"hash": "abf8a928fb473e1fc9b11668b09b2e685a98fe9996943b4aeb05df4b5c31f783"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.29.0/granted_0.29.0_windows_x86_64.zip",
"hash": "70845e1489396cdf79075a22dcbbdd83af75bebe7b23a7a9a4758b4ca9b9b65a"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.29.0/granted_0.29.0_windows_arm64.zip",
"hash": "0ca26d67eaf4610ba5d13682869e3299352f92fa121ddd75fec35f0695effed0"
}
},
"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"
}
}
}
}