mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
28 lines
997 B
JSON
28 lines
997 B
JSON
{
|
|
"homepage": "https://github.com/Versent/saml2aws",
|
|
"description": "Login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP.",
|
|
"license": "MIT",
|
|
"version": "2.22.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Versent/saml2aws/releases/download/v2.22.1/saml2aws_2.22.1_windows_amd64.tar.gz",
|
|
"hash": "sha512:c6839ced84773df9cd382efe882ed5f38053a2b75c4dd0558b2b88db4773dfad15eaa2385271206570cb432faa7361d09da088594c66c2eba4d3e96aa4598609"
|
|
}
|
|
},
|
|
"bin": "saml2aws.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Versent/saml2aws/releases/download/v$version/saml2aws_$version_windows_amd64.tar.gz",
|
|
"hash": {
|
|
"url": "$baseurl/saml2aws_$version_windows_amd64.sha512"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"suggest": {
|
|
"AWS": "aws"
|
|
}
|
|
}
|