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
{
|
|
"homepage": "https://github.com/Versent/saml2aws",
|
|
"description": "Login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP.",
|
|
"license": "MIT",
|
|
"version": "2.18.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Versent/saml2aws/releases/download/v2.18.0/saml2aws_2.18.0_windows_amd64.tar.gz",
|
|
"hash": "sha512:30a9ecb52a51e8dcb4be8bf6eb1c288f8751d7d76a9cf8ffa74ed4bbbb3bf00dfe71c30e1e3474978eec4ba1efdd1bff14db95d7622dc60b10cee8c3d883db8a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|