mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
28 lines
997 B
JSON
28 lines
997 B
JSON
{
|
|
"version": "2.27.0",
|
|
"description": "Login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP.",
|
|
"homepage": "https://github.com/Versent/saml2aws",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Versent/saml2aws/releases/download/v2.27.0/saml2aws_2.27.0_windows_amd64.tar.gz",
|
|
"hash": "sha512:7edd717eda4e6088acc7f7a6adfb70817cb02e9ea10656263f64caf10cf0336443b9275f59d83db70396680300451034d708f657438ae5e74c0402bd4b0e61a8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|