From 4d34e875a5aca335aef1164681b6d268de25ec8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 22 Feb 2021 14:57:16 +0100 Subject: [PATCH] saml2aws: Update to version 2.28.2 --- bucket/saml2aws.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/saml2aws.json b/bucket/saml2aws.json index d0fe3db46a..116a83af7f 100644 --- a/bucket/saml2aws.json +++ b/bucket/saml2aws.json @@ -1,5 +1,5 @@ { - "version": "2.28.0", + "version": "2.28.2", "description": "Login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP.", "homepage": "https://github.com/Versent/saml2aws", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/Versent/saml2aws/releases/download/v2.28.0/saml2aws_2.28.0_windows_amd64.tar.gz", - "hash": "sha512:c0d160caf2bc7bc120669e86a30cdfe19a225d31e9c45b12a5688176230b61da64003a05f43c26849d8e9cec02f1f082140b1b8656aaf479b7ba6eda6d0e6cf3" + "url": "https://github.com/Versent/saml2aws/releases/download/v2.28.2/saml2aws_2.28.2_windows_amd64.zip", + "hash": "95a4482f4bda6c5a4e84d6e1a3eed6d9aa50160f878e0d8c482e75eb3e2c8b24" } }, "bin": "saml2aws.exe", @@ -17,11 +17,11 @@ "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" - } + "url": "https://github.com/Versent/saml2aws/releases/download/v$version/saml2aws_$version_windows_amd64.zip" } + }, + "hash": { + "url": "$baseurl/saml2aws_$version_checksums.txt" } } }