mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 06:54:26 +00:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"version": "0.26.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.26.2/granted_0.26.2_windows_i386.zip",
|
|
"hash": "5bae372013cd8d8ed575e4c656763992f0de82ed8fa3da7abb0f6d16bb3ee4ea"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.commonfate.io/granted/v0.26.2/granted_0.26.2_windows_x86_64.zip",
|
|
"hash": "0d91136d7511e8bd628a4fd2b4dd157a4d0e30779c77271de16ee00c70e1fea2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.commonfate.io/granted/v0.26.2/granted_0.26.2_windows_arm64.zip",
|
|
"hash": "1f1f6d7931c120db2894f1a6f6994ad7a93ce9855b6b7809eda28819c9f5e08a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|