2024-07-19 00:35:05 +00:00

40 lines
1.6 KiB
JSON

{
"version": "0.30.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.30.0/granted_0.30.0_windows_i386.zip",
"hash": "ae026bc1c0271fc75196b1fe39166cde27710e4f23b0b2b79714718cd1770c4a"
},
"64bit": {
"url": "https://releases.commonfate.io/granted/v0.30.0/granted_0.30.0_windows_x86_64.zip",
"hash": "136c88ad095732ad6db829c370559d0f3eabc9307f087dc4c39a8f682dd2a5b8"
},
"arm64": {
"url": "https://releases.commonfate.io/granted/v0.30.0/granted_0.30.0_windows_arm64.zip",
"hash": "3cf86357a5c6d31e96c4bff4802c911ea9dde6f21b0f67d754049246dddd1f0c"
}
},
"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"
}
}
}
}