File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11class 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,14 +22,10 @@ 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"
27+
28+ generate_completions_from_executable ( bin /"okta-aws-cli" , shell_parameter_format : :cobra )
3329 end
3430
3531 test do
You can’t perform that action at this time.
0 commit comments