mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-21 08:01:19 +00:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"version": "0.35.2",
|
|
"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.35.2/granted_0.35.2_windows_i386.zip",
|
|
"hash": "507ad22c26a349f85a0b12e50b20282bdbcae86a93d6708d4502535045909b0a"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.commonfate.io/granted/v0.35.2/granted_0.35.2_windows_x86_64.zip",
|
|
"hash": "038c02d70d3edabef9041b95fac7dba68f157f3227be21d3698761f89255605a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.commonfate.io/granted/v0.35.2/granted_0.35.2_windows_arm64.zip",
|
|
"hash": "5bc8172c7cf3dcb098e32053d9be0ee7f984a2adb6100b4d50b2a8d201d08399"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|