Skip to content

Commit

Permalink
Bump consul-k8s to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-tfe-release-bot committed Sep 3, 2024
1 parent f4b2a12 commit 8067f46
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/consul-k8s.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
class ConsulK8s < Formula
desc "Consul K8s"
homepage "https://github.com/hashicorp/consul-k8s"
version "1.5.1"
version "1.5.3"

if OS.mac? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/consul-k8s/1.5.1/consul-k8s_1.5.1_darwin_amd64.zip"
sha256 "a9bfca6b0975a3d51e488abb179b562853db164e3759f38b25f2c3f7d2a1a354"
url "https://releases.hashicorp.com/consul-k8s/1.5.3/consul-k8s_1.5.3_darwin_amd64.zip"
sha256 "22e84cad8baadff363a3cff3f5f819b05c6c93095df4d17631c977742acc8169"
end

if OS.mac? && Hardware::CPU.arm?
url "https://releases.hashicorp.com/consul-k8s/1.5.1/consul-k8s_1.5.1_darwin_arm64.zip"
sha256 "d8f11ae409675483be4e8231f85b9795f633d57ae9f3b782aa296e31b1b16282"
url "https://releases.hashicorp.com/consul-k8s/1.5.3/consul-k8s_1.5.3_darwin_arm64.zip"
sha256 "564cb35fc9aeecdc78fff3af68891e5607a1a69d7148d4f51c0b4ec6acf4d5d5"
end

if OS.linux? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/consul-k8s/1.5.1/consul-k8s_1.5.1_linux_amd64.zip"
sha256 "fbe90c7d0a73a2ab2ef0544005607498b6448b77b45837c14fbf22b3a46d5976"
url "https://releases.hashicorp.com/consul-k8s/1.5.3/consul-k8s_1.5.3_linux_amd64.zip"
sha256 "ec27453bc46f7719a66e66600538aaa005b4b00dd7fe9084d4aa745e96418f8b"
end

if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/consul-k8s/1.5.1/consul-k8s_1.5.1_linux_arm.zip"
sha256 "3437d0ac9ab363dfc92fa8b0eda2be16aac6d32d03867888a58e185411e66511"
url "https://releases.hashicorp.com/consul-k8s/1.5.3/consul-k8s_1.5.3_linux_arm.zip"
sha256 "e0d41c0ba488a9882e90f1093d39054dcda0f5b94134b0f263553f13cabf2e0d"
end

if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/consul-k8s/1.5.1/consul-k8s_1.5.1_linux_arm64.zip"
sha256 "738df5857ffd4bc58a3c5eea709b93ba0c37405c2388fe47958555379cd80f9a"
url "https://releases.hashicorp.com/consul-k8s/1.5.3/consul-k8s_1.5.3_linux_arm64.zip"
sha256 "1b8ad9a93c1ca902cff87751f889b6c801cc2773cc25e7ec399aa07e0ad691b9"
end

conflicts_with "consul-k8s"
Expand Down

0 comments on commit 8067f46

Please sign in to comment.