ScoopInstaller_Main/bucket/saml2aws.json
2020-04-28 11:55:39 +02: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.26.0",
"architecture": {
"64bit": {
"url": "https://github.com/Versent/saml2aws/releases/download/v2.26.0/saml2aws_2.26.0_windows_amd64.tar.gz",
"hash": "sha512:af17d202c841f68dd89dd1c0fc1054a87d4623d9979e17c3c94f43cbf1f9a352ad2873e9c44914d5c1c4d5db6fda983062d96cfa812e754f14a2bd9fd7e8234f"
}
},
"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"
}
}