mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
28 lines
997 B
JSON
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.24.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Versent/saml2aws/releases/download/v2.24.0/saml2aws_2.24.0_windows_amd64.tar.gz",
|
|
"hash": "sha512:d227ad083e4e70d7c0828b5e9c2fa788198583198754152caa493e180727cf13f7c474eb2e206b7406f8dcf4415f81e25b918b6b406c919e5d5f708ac57525d8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|