Skip to content

Commit

Permalink
Brew formula update for kconnect version 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 14, 2023
1 parent 1083451 commit 69b1893
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/kconnect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
class Kconnect < Formula
desc "Kubernetes Connection Manager CLI"
homepage "https://github.com/fidelity/kconnect"
version "0.5.13-rc.1"
version "0.5.13"

depends_on "Azure/kubelogin/kubelogin"
depends_on "aws-iam-authenticator"

Check failure on line 11 in Formula/kconnect.rb

View workflow job for this annotation

GitHub Actions / test-bot

FormulaAudit/DependencyOrder: dependency "aws-iam-authenticator" (line 11) should be put before dependency "Azure/kubelogin/kubelogin" (line 12)
depends_on "kubernetes-cli"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/fidelity/kconnect/releases/download/0.5.13-rc.1/kconnect_macos_amd64.tar.gz"
sha256 "60a0ed0ff6cde33e5a59898a68fc852e26516670feb369e3f59c325c80863a6c"
url "https://github.com/fidelity/kconnect/releases/download/0.5.13/kconnect_macos_amd64.tar.gz"
sha256 "d7c9963a67ced131269cd3d5068a17a7fcd66f69b3f75c983ea4034a821d4c10"

def install
bin.install "kconnect"
end
end
if Hardware::CPU.arm?
url "https://github.com/fidelity/kconnect/releases/download/0.5.13-rc.1/kconnect_macos_arm64.tar.gz"
sha256 "64b9f7d64925ed5c29e8c2a6b0e9ca26bc9d6eb40dcf0db18af60947b7f3769e"
url "https://github.com/fidelity/kconnect/releases/download/0.5.13/kconnect_macos_arm64.tar.gz"
sha256 "d52a0264453e41a373270f954996689418379f4ddccd685e36b0d946ea5c469b"

def install
bin.install "kconnect"
Expand All @@ -32,16 +32,16 @@ def install

on_linux do
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/fidelity/kconnect/releases/download/0.5.13-rc.1/kconnect_linux_arm64.tar.gz"
sha256 "5141523a3f0fdea2ba1a35070cbf65aa577d5c9de9180b5bfe45a26a3de124b8"
url "https://github.com/fidelity/kconnect/releases/download/0.5.13/kconnect_linux_arm64.tar.gz"
sha256 "19bc0ddc6629a68e6d400643298b3acfc12626b87c9066f1c8d117870545365f"

def install
bin.install "kconnect"
end
end
if Hardware::CPU.intel?
url "https://github.com/fidelity/kconnect/releases/download/0.5.13-rc.1/kconnect_linux_amd64.tar.gz"
sha256 "db2751ea413afe593ebb30f7b53d3181643c9c8dcf7a2f56fc5019547785f709"
url "https://github.com/fidelity/kconnect/releases/download/0.5.13/kconnect_linux_amd64.tar.gz"
sha256 "a6e659ef470e4786b904c9f89a1fb64890e47aa248eb88708d6f0d64026c063c"

def install
bin.install "kconnect"
Expand Down

0 comments on commit 69b1893

Please sign in to comment.