ScoopInstaller_Main/bucket/saml2aws.json
2021-02-15 08:52:18 +01:00

28 lines
997 B
JSON

{
"version": "2.28.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.28.0/saml2aws_2.28.0_windows_amd64.tar.gz",
"hash": "sha512:c0d160caf2bc7bc120669e86a30cdfe19a225d31e9c45b12a5688176230b61da64003a05f43c26849d8e9cec02f1f082140b1b8656aaf479b7ba6eda6d0e6cf3"
}
},
"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"
}
}
}
}
}