ScoopInstaller_Main/bucket/saml2aws.json
2021-03-12 09:11:08 +01:00

28 lines
889 B
JSON

{
"version": "2.28.4",
"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.28.4/saml2aws_2.28.4_windows_amd64.zip",
"hash": "123add8e968fb59a7bc8d3aed137d360f9c7e9f07487c691afbe5f1196b4cb1f"
}
},
"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"
}
}
}