Skip to content

Commit 480e28b

Browse files
authored
Merge pull request #203621 from Homebrew/bump-haproxy-3.1.2
haproxy 3.1.2
2 parents fd45f30 + d67f357 commit 480e28b

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.1/src/haproxy-3.1.1.tar.gz"
5-
sha256 "8c1b5d439ba4b278e602445c57e20067adef214dc9c44c2a1cf172fad5f7d273"
4+
url "https://www.haproxy.org/download/3.1/src/haproxy-3.1.2.tar.gz"
5+
sha256 "af35dc8bf3193870b72276a63920974bef1405fc41038d545b86b641aa59f400"
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: "ad2d904a15e41d0ccaec4e84479f5564dd1a02d1d8d97204bb85a066aa3c8a47"
15-
sha256 cellar: :any, arm64_sonoma: "c8cfb98b042125c840b7219b63038f2934478c538a7fef09e9df04e2268d5a23"
16-
sha256 cellar: :any, arm64_ventura: "5a1c47abac75a7d74423b9df1eb229060ffa56ff8e40c22c023a4f66f075e3d9"
17-
sha256 cellar: :any, sonoma: "d1275dfa04b28663580177cc8fed8ba4f3d462f5fab56d86864666138e4c6188"
18-
sha256 cellar: :any, ventura: "9603c06bb31630534b5336e5d04aeef6571c226b9c35b5d1cbca10b7fad75b70"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b4f84a833cae721d41f94eac864bf1ea75316dc9041ad4e3c085e4ecfdb3eca"
14+
sha256 cellar: :any, arm64_sequoia: "70b8e4e5020adb8d7c7fe645621f2888773433382acb520db5a9b044268fa7a7"
15+
sha256 cellar: :any, arm64_sonoma: "519ecc15cff23deda7cfdbf16cdb7e16186fb387d7006394c9869605c9a69fed"
16+
sha256 cellar: :any, arm64_ventura: "b9baf668356db2a8fd1a43e8b7abdefe620dbffe4575e042e391bbd50a03d7c0"
17+
sha256 cellar: :any, sonoma: "64f1e36ebf2792ccfcbe2247858237f125b0bfbfcdcf06f854781088d9f6937d"
18+
sha256 cellar: :any, ventura: "867df7517dc9c6a4bbfc5d1bd28fe9c5b26ad10f6bfb853b514c59d79ddc15e9"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "09494625d87f2982143765edc99e4143e12cceb3977ff0d7f99a13e9a2b1c7a7"
2020
end
2121

2222
depends_on "openssl@3"

0 commit comments

Comments
 (0)