ScoopInstaller_Main/bucket/saml2aws.json
2020-01-14 10:01:48 +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.21.0",
"architecture": {
"64bit": {
"url": "https://github.com/Versent/saml2aws/releases/download/v2.21.0/saml2aws_2.21.0_windows_amd64.tar.gz",
"hash": "sha512:6245b0b6429a75b288c4e0b80787b3c51dc0cf787d18c8fc604aab124c97c56fdf62cee6b5f7621662d5fa8f0b34910b3689bab73e24b82ecef83a9d350b7add"
}
},
"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"
}
}