2024-07-24 12:31:13 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.31.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.31.0/granted_0.31.0_windows_i386.zip",
"hash": "ff27ba926acbef39952bbfd495e356f13d366491bdfc34f8a599e173d2ab9ff1"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.31.0/granted_0.31.0_windows_x86_64.zip",
"hash": "d1cdf85814ac9363fc1909c1c2a275d344ab2a6310cb72426313fe7ebc34798b"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.31.0/granted_0.31.0_windows_arm64.zip",
"hash": "f99a57ae2515cf70e3b7cc245fec933e341edc8297ca57ae0450a48caf734199"
}
},
"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"
}
}
}
}