ScoopInstaller_Main/bucket/saml2aws.json
2021-05-03 07:15:58 +02:00

28 lines
889 B
JSON

{
"version": "2.30.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.30.0/saml2aws_2.30.0_windows_amd64.zip",
"hash": "9f65afa3912e951c08c3d8e6d247c808ccbf617d74867161dc712b7dac39843c"
}
},
"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"
}
}
}