ScoopInstaller_Main/bucket/saml2aws.json
2019-11-21 05:00:16 +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.20.0",
"architecture": {
"64bit": {
"url": "https://github.com/Versent/saml2aws/releases/download/v2.20.0/saml2aws_2.20.0_windows_amd64.tar.gz",
"hash": "sha512:2d5829724e32773253b2518c8b22bbcd28ad5f714a3e9a1bad2e02b287ca90d82d879e1ec8d37158927c8e9028eb59227af61b4dd7d9a6a86774a0312d4c5a91"
}
},
"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"
}
}