Skip to content

Commit

Permalink
Bump consul to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-tfe-release-bot committed Aug 27, 2024
1 parent dd2cf80 commit d8f94dc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/consul.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
class Consul < Formula
desc "Consul"
homepage "https://www.consul.io"
version "1.19.1"
version "1.19.2"

if OS.mac? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/consul/1.19.1/consul_1.19.1_darwin_amd64.zip"
sha256 "0b3b78d11d31a66938c9a90f5a9361e8363a43688f7f25fe300e37a95373d209"
url "https://releases.hashicorp.com/consul/1.19.2/consul_1.19.2_darwin_amd64.zip"
sha256 "f677202c10cb8624bf2ede45f1a167de37f533c9674b08a9a3fb234af3ace415"
end

if OS.mac? && Hardware::CPU.arm?
url "https://releases.hashicorp.com/consul/1.19.1/consul_1.19.1_darwin_arm64.zip"
sha256 "f2fc99fa8fb5e193f3ceefc7594f11200fa539ddfa8800c5925c59f62facee48"
url "https://releases.hashicorp.com/consul/1.19.2/consul_1.19.2_darwin_arm64.zip"
sha256 "7b6ef9f49b7ef6043c8d932adcd2825cf4bfeab601c9b007fd60d4dac4370280"
end

if OS.linux? && Hardware::CPU.intel?
url "https://releases.hashicorp.com/consul/1.19.1/consul_1.19.1_linux_amd64.zip"
sha256 "aa48085aaa6f4130d0f1ee98c416dcd51b1b0f980d34f5b91834fd5b3387891c"
url "https://releases.hashicorp.com/consul/1.19.2/consul_1.19.2_linux_amd64.zip"
sha256 "9315d95b19cf851f8fb0013b583ede6f61d591a9024a7dbb9b37eee45270abd2"
end

if OS.linux? && Hardware::CPU.arm? && !Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/consul/1.19.1/consul_1.19.1_linux_arm.zip"
sha256 "a4a54fd0ca6991d48d617311dfb1623d6030140a10c005ad33809dad864da239"
url "https://releases.hashicorp.com/consul/1.19.2/consul_1.19.2_linux_arm.zip"
sha256 "7c067813e01e68e9888b12de11bb1fc9f2d004a037935188e7a75040f5541083"
end

if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://releases.hashicorp.com/consul/1.19.1/consul_1.19.1_linux_arm64.zip"
sha256 "9699e5a2b85b4447a81b01138c3e0ef42dbcdd9df4f04e9318af9017aae73cc4"
url "https://releases.hashicorp.com/consul/1.19.2/consul_1.19.2_linux_arm64.zip"
sha256 "aa5412eae966aa8e90c165c8558ff1f211850594ea6fe5505612985b05584a59"
end

conflicts_with "consul"
Expand Down

0 comments on commit d8f94dc

Please sign in to comment.