ScoopInstaller_Main/bucket/saml2aws.json
2021-10-20 10:06:01 -07:00

28 lines
889 B
JSON

{
"version": "2.33.0",
"description": "Login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP.",
"homepage": "https://github.com/Versent/saml2aws",
"license": "MIT",
"suggest": {
"AWS": "aws"
},
"architecture": {
"64bit": {
"url": "https://github.com/Versent/saml2aws/releases/download/v2.33.0/saml2aws_2.33.0_windows_amd64.zip",
"hash": "0225eec8845a501994b2182f443c52572e84c5eb26403a1489e2275f6b2fff07"
}
},
"bin": "saml2aws.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Versent/saml2aws/releases/download/v$version/saml2aws_$version_windows_amd64.zip"
}
},
"hash": {
"url": "$baseurl/saml2aws_$version_checksums.txt"
}
}
}