11class 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.7 .tar.gz"
5- sha256 "a3952644ef939b36260d91d81a335636aa9b44572b4cb8b6001272f88545c666 "
4+ url "https://www.haproxy.org/download/3.2 /src/haproxy-3.2.0 .tar.gz"
5+ sha256 "f762ae31bca1b51feb89e4395e36e17f867c25372a10853c70d292c3dd17b7b0 "
66 license "GPL-2.0-or-later" => { with : "openvpn-openssl-exception" }
77
88 livecheck do
@@ -11,13 +11,13 @@ class Haproxy < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any , arm64_sequoia : "305d5570a4dc9718db040872e0d29b29f28cdb5459f0c53c26fc30825d05f418 "
15- sha256 cellar : :any , arm64_sonoma : "ab0abefa8f3e367ef0ded08e18bdece2ce2c472e5ccb13a02f0cf9206dfadaeb "
16- sha256 cellar : :any , arm64_ventura : "6477114920e1fab919475030cf1e36565377d3dfe4b1fb54990138b5246cc231 "
17- sha256 cellar : :any , sonoma : "286e84ad8bd5e4f97ef31fff2ec087245fc0fede37aad5acc65aad87662b000b "
18- sha256 cellar : :any , ventura : "403c9dabb2c851b7acffd1d243f2c2ce661bb6b2e7ac1c019baedf61456b1904 "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "c7d85e25de80e5b1e47f3ca1b86b47f03b3acee97accab7c299c0270ea552425 "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "3efee571841ae7dc3fb6816f779ca00ab459349206a86e3dbb43a946237e9e40 "
14+ sha256 cellar : :any , arm64_sequoia : "f0cd4a609d905d8e40b7bd9b457d1186a17ba96b0b34f6a35082bd61dc704dca "
15+ sha256 cellar : :any , arm64_sonoma : "5aad263ffbbe3350a043448866e2fee5a73029677575f47d746f1ff8af491ee2 "
16+ sha256 cellar : :any , arm64_ventura : "f0f908c53fe41c3de730e781abf46f6d5ae52c85943c5a8ea88f207dc21196f7 "
17+ sha256 cellar : :any , sonoma : "58e8009926d3a5b9d22e217751fbb1249d2c2fb855af86e9a4c17182fa433caf "
18+ sha256 cellar : :any , ventura : "7e0749351bc210f25390c0bb7c33f908b32eb3e7b5be2312391e54774fbd31f2 "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "b7d3e2313c834b90fc62689b39511112ab02e300b566c111c64bdf9a0b441253 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "0466fce7936443207e4925ab1aa1f9d29ee150577d81b884ce3fff1bf9c19da8 "
2121 end
2222
2323 depends_on "openssl@3"
0 commit comments