Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhd-lego committed Aug 25, 2023
1 parent df759ff commit a858c3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assume-aws-sso-role.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class AssumeAwsSsoRole < Formula
desc "A CLI tool for assuming AWS roles via SSO"
homepage "https://github.com/LEGO/assume-aws-sso-role"
version "0.6.0"
version "0.7.0"

url "https://raw.githubusercontent.com/LEGO/assume-aws-sso-role/v0.6.0/assume-aws-sso-role"
sha256 "02eb30ba66a4edad270a47228febc8b8b0b116d82d3834d7858876c10aeed8b4"
url "https://raw.githubusercontent.com/LEGO/assume-aws-sso-role/v0.7.0/assume-aws-sso-role"
sha256 "22887f04a1c253d4a00c2280598b635b935e381dce15693c221df345a39a0171"

def install
bin.install "assume-aws-sso-role"
Expand Down

0 comments on commit a858c3a

Please sign in to comment.