diff --git a/Formula/h/haproxy.rb b/Formula/h/haproxy.rb index d3a924fa5ffc..032840283af2 100644 --- a/Formula/h/haproxy.rb +++ b/Formula/h/haproxy.rb @@ -1,8 +1,8 @@ class Haproxy < Formula desc "Reliable, high performance TCP/HTTP load balancer" homepage "https://www.haproxy.org/" - url "https://www.haproxy.org/download/3.1/src/haproxy-3.1.0.tar.gz" - sha256 "56a1468574ab411dcabde837f96bea6cf3c2eb90e279469f75ed1dcdc70fce11" + url "https://www.haproxy.org/download/3.1/src/haproxy-3.1.1.tar.gz" + sha256 "8c1b5d439ba4b278e602445c57e20067adef214dc9c44c2a1cf172fad5f7d273" license "GPL-2.0-or-later" => { with: "openvpn-openssl-exception" } livecheck do @@ -11,12 +11,12 @@ class Haproxy < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "babba8ce9c6edc5720809e5f8f015d733d1c4438cf1a3e75feb2f49f7e76d956" - sha256 cellar: :any, arm64_sonoma: "2e751427c5e10eb14b2684e30cccf1bf9c456b6c76277e365019890876a216e5" - sha256 cellar: :any, arm64_ventura: "b1fec62ebaf92985170f0d0fc448a72aa4f8aff63168470ebe412155d403aefa" - sha256 cellar: :any, sonoma: "06fa7b64dee6e08915bfbcaddc2a6c27b4a51bf4fd64dd438c9dc9e67e07efad" - sha256 cellar: :any, ventura: "032f5b3a60e7b9d2d18270cb27bdfe25d88be9b768d21058a1381e62f22167c9" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a8dec8e35f6de63a3872b4330e2508b4f62ff8e75cf33a68de31aff2682ecda4" + sha256 cellar: :any, arm64_sequoia: "ad2d904a15e41d0ccaec4e84479f5564dd1a02d1d8d97204bb85a066aa3c8a47" + sha256 cellar: :any, arm64_sonoma: "c8cfb98b042125c840b7219b63038f2934478c538a7fef09e9df04e2268d5a23" + sha256 cellar: :any, arm64_ventura: "5a1c47abac75a7d74423b9df1eb229060ffa56ff8e40c22c023a4f66f075e3d9" + sha256 cellar: :any, sonoma: "d1275dfa04b28663580177cc8fed8ba4f3d462f5fab56d86864666138e4c6188" + sha256 cellar: :any, ventura: "9603c06bb31630534b5336e5d04aeef6571c226b9c35b5d1cbca10b7fad75b70" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2b4f84a833cae721d41f94eac864bf1ea75316dc9041ad4e3c085e4ecfdb3eca" end depends_on "openssl@3"