Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 80fa7c4

Browse files
author
Matthew Fisher
authored
Merge pull request #714 from fmotrifork/saml2aws-v2.26.1
saml2aws 2.26.1
2 parents 5cb926c + 6d1f9a7 commit 80fa7c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Food/saml2aws.lua

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
local name = "saml2aws"
22
local org = "Versent"
3-
local release = "v2.26.0"
4-
local version = "2.26.0"
3+
local release = "v2.26.1"
4+
local version = "2.26.1"
55
food = {
66
name = name,
77
description = "CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP",
@@ -13,7 +13,7 @@ food = {
1313
os = "darwin",
1414
arch = "amd64",
1515
url = "https://github.com/Versent/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_darwin_amd64.tar.gz",
16-
sha256 = "b22e0c4180d7d9c89c62f4cd5e1bcdebf2bf1065c9ac9cd5e0b050ed8f6413a9",
16+
sha256 = "d48ab54726d660fd2411ac7b7a0798b34030ccd5c72b16a26c3ec0297a889329",
1717
resources = {
1818
{
1919
path = name,
@@ -26,7 +26,7 @@ food = {
2626
os = "linux",
2727
arch = "amd64",
2828
url = "https://github.com/Versent/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_linux_amd64.tar.gz",
29-
sha256 = "7ff7a05f2a7ca624b6a7c83c12d866a3652fe5c2dd861c654f60ad5fcd7a114c",
29+
sha256 = "eee8240d48375ee27a84edc604166c2b2c4ad66b5a3fe9979cc35812c841072d",
3030
resources = {
3131
{
3232
path = name,
@@ -39,7 +39,7 @@ food = {
3939
os = "windows",
4040
arch = "amd64",
4141
url = "https://github.com/Versent/" .. name .. "/releases/download/" .. release .. "/" .. name .. "_" .. version .. "_windows_amd64.tar.gz",
42-
sha256 = "2652e2d3d0d421488fd763f657f1f7b7c4f96d20f7877f2e20638ce1c693ef49",
42+
sha256 = "666a54a4381d6a6967271e99add048ac5a91578edd3b9e211ab209a877714ff2",
4343
resources = {
4444
{
4545
path = name .. ".exe",

0 commit comments

Comments
 (0)