ScoopInstaller_Main/bucket/saml2aws.json
2023-06-13 12:30:27 +00:00

28 lines
889 B
JSON

{
"version": "2.36.9",
"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.36.9/saml2aws_2.36.9_windows_amd64.zip",
"hash": "774226f03da897fd891c017b0a0673289da69bf57c86dc6baa1728742c07ed88"
}
},
"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"
}
}
}