2024-11-08 08:30:38 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.36.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.36.1/granted_0.36.1_windows_i386.zip",
"hash": "a076bbd2bd5fb9741585066469fafdaedde1451a6be4df7621d7e3ddc56fed3a"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.36.1/granted_0.36.1_windows_x86_64.zip",
"hash": "f768ba629f02c7570108e11793e3eb9311d9d50a1c4acf7ece9c04d724d6680f"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.36.1/granted_0.36.1_windows_arm64.zip",
"hash": "47f9e3b868acd07259585d4f6ccf22c2ba5740e4ba7ffd38d378a33eaee982f2"
}
},
"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"
}
}
}
}