ScoopInstaller_Main/bucket/saml2aws.json
2020-02-17 14:01:51 +00:00

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