Skip to content

Commit d01c07d

Browse files
BrewTestBotdaeho-ro
authored andcommitted
okta-aws-cli 2.5.2
1 parent d53353d commit d01c07d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/o/okta-aws-cli.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class OktaAwsCli < Formula
22
desc "Okta federated identity for AWS CLI"
33
homepage "https://github.com/okta/okta-aws-cli"
4-
url "https://github.com/okta/okta-aws-cli/archive/refs/tags/v2.5.1.tar.gz"
5-
sha256 "26615db3644bea9e1f610a7d53dc83f366a64e46dbfd2efbe45284f1cb7b9e3b"
4+
url "https://github.com/okta/okta-aws-cli/archive/refs/tags/v2.5.2.tar.gz"
5+
sha256 "d384489b3b1eff7e40df5f0f95261bf8dddd0e7916d28954ff490783141fa287"
66
license "Apache-2.0"
77
head "https://github.com/okta/okta-aws-cli.git", branch: "master"
88

@@ -22,12 +22,6 @@ class OktaAwsCli < Formula
2222

2323
depends_on "go" => :build
2424

25-
# version patch, upstream pr ref, https://github.com/okta/okta-aws-cli/pull/292
26-
patch do
27-
url "https://github.com/okta/okta-aws-cli/commit/3d3d19ba7ea0925f61c3a090cf24d3647622b285.patch?full_index=1"
28-
sha256 "dfc56e683281c3c0b8ed310eb66ebcb75b9cc08479301b02a6da33d3b1d12f8f"
29-
end
30-
3125
def install
3226
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/okta-aws-cli"
3327
end

0 commit comments

Comments
 (0)