mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"version": "0.35.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.35.1/granted_0.35.1_windows_i386.zip",
|
|
"hash": "0653e4081903a92b15f307e2a526c78a9a0df7cf7bb08f93c0eb3bdca1d65ac5"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.commonfate.io/granted/v0.35.1/granted_0.35.1_windows_x86_64.zip",
|
|
"hash": "ca9bdb5271df212fb621658468e80f6bda3d060671210a2b2eb36e8d53d88bc8"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.commonfate.io/granted/v0.35.1/granted_0.35.1_windows_arm64.zip",
|
|
"hash": "59c937f427e2409f8b4be1573d81d8345ccfb14ccef3364088bedc00bed16fb7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|