mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 18:31:21 +00:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"version": "0.25.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.25.0/granted_0.25.0_windows_i386.zip",
|
|
"hash": "2ae901741d46e4b54111cc9cae7927b6f9fce837e3540a56d77fd35cf99a548c"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.commonfate.io/granted/v0.25.0/granted_0.25.0_windows_x86_64.zip",
|
|
"hash": "6c55762e95785eff1a260eeea0580b26254d445603553c7c4a2fbbac0a417d6a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.commonfate.io/granted/v0.25.0/granted_0.25.0_windows_arm64.zip",
|
|
"hash": "e7619cff591990220fa062fa37745247b5f2c2962d10cbf5209b53925186e137"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|