mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05: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.26.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Versent/saml2aws/releases/download/v2.26.1/saml2aws_2.26.1_windows_amd64.tar.gz",
|
|
"hash": "sha512:7e11dc48ee9c984994914512ba6b8406dc5e020fc0adb38185e741fe2b123026995f05023bc904213b918d44acbd9130d80f817ca5a7b95868ab5d72880b38d1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|