ScoopInstaller_Main/bucket/saml2aws.json
2022-10-14 04:59:37 +00:00

28 lines
889 B
JSON

{
"version": "2.36.1",
"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.36.1/saml2aws_2.36.1_windows_amd64.zip",
"hash": "c7baa830768901931f1709d926c8e929fd3f17af8059cdbd9bbcd90bef27e227"
}
},
"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"
}
}
}