ScoopInstaller_Main/bucket/saml2aws.json
2020-03-18 17:01:51 +00: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.25.0",
"architecture": {
"64bit": {
"url": "https://github.com/Versent/saml2aws/releases/download/v2.25.0/saml2aws_2.25.0_windows_amd64.tar.gz",
"hash": "sha512:fb1ead8d91e8127bd457bcdec1a20ad6a5c6cdd498b5ade2819a104a98bdbc8f66df0d22d884fd095370808da894f38d3f3bea61ee39d12fe84f08a0657b270d"
}
},
"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"
}
}