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.19.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Versent/saml2aws/releases/download/v2.19.0/saml2aws_2.19.0_windows_amd64.tar.gz",
|
|
"hash": "sha512:c8e0e387f6237fa97dab0d7ea5452cbed0b4df191709f2e6286b3d0853b8cd119d9a92a6d5d66a77135ac295536ed9c76abd2b813cc2e1146d4f7e1f710c065c"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|