mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"version": "0.29.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.29.1/granted_0.29.1_windows_i386.zip",
|
|
"hash": "23b9ac45be3dbfed8670925d317c6a7696f051f858e84228eb54d3d87efbce31"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.commonfate.io/granted/v0.29.1/granted_0.29.1_windows_x86_64.zip",
|
|
"hash": "8b457c600b81a752a64cefa4adcd64ca9ec3ec2a4dde89cbf90a110fc257c81c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://releases.commonfate.io/granted/v0.29.1/granted_0.29.1_windows_arm64.zip",
|
|
"hash": "49923b0b5008c21d4369c74d9103a17c59dc5e3df2bc3e093cdb84d34c1a2a2a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|