Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions Formula/o/okta-aws-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class OktaAwsCli < Formula
desc "Okta federated identity for AWS CLI"
homepage "https://github.com/okta/okta-aws-cli"
url "https://github.com/okta/okta-aws-cli/archive/refs/tags/v2.5.1.tar.gz"
sha256 "26615db3644bea9e1f610a7d53dc83f366a64e46dbfd2efbe45284f1cb7b9e3b"
url "https://github.com/okta/okta-aws-cli/archive/refs/tags/v2.5.2.tar.gz"
sha256 "d384489b3b1eff7e40df5f0f95261bf8dddd0e7916d28954ff490783141fa287"
license "Apache-2.0"
head "https://github.com/okta/okta-aws-cli.git", branch: "master"

Expand All @@ -22,12 +22,6 @@ class OktaAwsCli < Formula

depends_on "go" => :build

# version patch, upstream pr ref, https://github.com/okta/okta-aws-cli/pull/292
patch do
url "https://github.com/okta/okta-aws-cli/commit/3d3d19ba7ea0925f61c3a090cf24d3647622b285.patch?full_index=1"
sha256 "dfc56e683281c3c0b8ed310eb66ebcb75b9cc08479301b02a6da33d3b1d12f8f"
end

def install
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/okta-aws-cli"
end
Expand Down
Loading