ScoopInstaller_Main/bucket/saml2aws.json
2021-04-19 19:14:01 +02:00

28 lines
889 B
JSON

{
"version": "2.29.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.29.0/saml2aws_2.29.0_windows_amd64.zip",
"hash": "0896a1bb0fd5a30c231d8b3e19093449a282f19e159764b7071b16be59651a8d"
}
},
"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"
}
}
}