ScoopInstaller_Main/bucket/saml2aws.json
2020-06-22 14:15:38 +02:00

28 lines
997 B
JSON

{
"version": "2.26.2",
"description": "Login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP.",
"homepage": "https://github.com/Versent/saml2aws",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/Versent/saml2aws/releases/download/v2.26.2/saml2aws_2.26.2_windows_amd64.tar.gz",
"hash": "sha512:75d6955555e782fadc92421e3bce092a3fbcef6767af1dc41243699009af036b1639b84d122cde8dd20b281a450d139e5adc33ce1fea63a762d5a237c233aac1"
}
},
"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"
}
}