2024-07-25 08:29:25 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.31.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.31.1/granted_0.31.1_windows_i386.zip",
"hash": "a2ffd7632e8bc4e4aada72e5d38ba43627e481527ec5d58aaa63397f44efe3c3"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.31.1/granted_0.31.1_windows_x86_64.zip",
"hash": "98b6ddb6b689b98bd73a3e444262d16bd99d006e896e1dc4dcd3c0233971daf5"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.31.1/granted_0.31.1_windows_arm64.zip",
"hash": "04f8d542402f746500f90ab7a3ddb3d27d669d237ecbd31be1a42ab4599cfa1c"
}
},
"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"
}
}
}
}