From 37962f801976c5b1ec4636ffd1883767dad7514d Mon Sep 17 00:00:00 2001 From: Jim Baldwin <14864200+jimwbaldwin@users.noreply.github.com> Date: Thu, 10 Oct 2024 08:40:16 +1100 Subject: [PATCH] Update to 1.2.1 --- Formula/yawsso.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/yawsso.rb b/Formula/yawsso.rb index c1ae441..25e2968 100644 --- a/Formula/yawsso.rb +++ b/Formula/yawsso.rb @@ -3,8 +3,8 @@ class Yawsso < Formula desc "Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials" homepage "https://github.com/victorskl/yawsso" - url "https://github.com/victorskl/yawsso/archive/refs/tags/1.2.0.tar.gz" - sha256 "ad4af6cbd15ba87303a4535de9c6cee71f3df3fd4ea38562d24b0d98e94f6a1e" + url "https://github.com/victorskl/yawsso/archive/refs/tags/1.2.1.tar.gz" + sha256 "019b1a4eef38a245ff8be72a60128afda81247021bbad92c0859a7a718115ad5" depends_on "python"