Skip to content

Commit b899726

Browse files
authored
Merge pull request #196994 from Homebrew/bump-haproxy-3.0.6
haproxy 3.0.6
2 parents e0f720d + 534a1e2 commit b899726

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/h/haproxy.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Haproxy < Formula
22
desc "Reliable, high performance TCP/HTTP load balancer"
33
homepage "https://www.haproxy.org/"
4-
url "https://www.haproxy.org/download/3.0/src/haproxy-3.0.5.tar.gz"
5-
sha256 "ae38221e85aeba038a725efbef5bfe5e76671ba7959e5eb74c39fd079e5d002e"
4+
url "https://www.haproxy.org/download/3.0/src/haproxy-3.0.6.tar.gz"
5+
sha256 "cf1bf58b5bc79c48db7b01667596ffd98343adb29a41096f075f00a8f90a7335"
66
license "GPL-2.0-or-later" => { with: "openvpn-openssl-exception" }
77

88
livecheck do
@@ -11,12 +11,12 @@ class Haproxy < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "e7b89c31eac79d2158916951be9d2b1ea55a5b7fca838c260b371ea05fc6dc34"
15-
sha256 cellar: :any, arm64_sonoma: "b769af010cf8f7fb60c94b3df76b56512421caa4b6878086cf17791901732d1f"
16-
sha256 cellar: :any, arm64_ventura: "56f4106b93d748767182a4d139edf7280891df7611502a19e14d6ecd547687ae"
17-
sha256 cellar: :any, sonoma: "4646ed571a5629661650ae7dee01b6be1594cccb74df90f9bf912f79b295ef46"
18-
sha256 cellar: :any, ventura: "37134f743fc0d3d61f44ddac244c3497cedc0f8fb4c26e223a08aab0932ac2f4"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2201f9e3ae0a1c7754a1c6d60b76bb885c26386e44dd601a9f4bbd81d1029a8d"
14+
sha256 cellar: :any, arm64_sequoia: "d9f09dd224dbf69a9e2c497658def0bdbbf7c5b86e1331a3f12aa1fb4f25b8c3"
15+
sha256 cellar: :any, arm64_sonoma: "242152366296f367e7e0c9897d63ebe7bf9a4f883d57b2e746bc9d410828cde6"
16+
sha256 cellar: :any, arm64_ventura: "b562bbef8b2a0ea99f404f52fc3e7c436da94650a820e3e37c5c6a572a358934"
17+
sha256 cellar: :any, sonoma: "c7ed1c767b774ca3de5f183bc2de63ffe366287246f89eee27377e3a600287d5"
18+
sha256 cellar: :any, ventura: "a720b103ffc4b22f16b61785d77e4f4a5c4c2cb0a69f070a4a678494b0027f5a"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c0dd7f4557b5ef7f8705c55b4b525c72b8627b04a90efe58b277350b1032eec"
2020
end
2121

2222
depends_on "openssl@3"

0 commit comments

Comments
 (0)