haproxy 1.9.6
Closes #38638. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
a9f2fa904c
commit
7f8f983459
1 changed files with 2 additions and 9 deletions
|
@ -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/1.9/src/haproxy-1.9.4.tar.gz"
|
||||
sha256 "8483fe12b30256f83d542b3f699e165d8f71bf2dfac8b16bb53716abce4ba74f"
|
||||
url "https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz"
|
||||
sha256 "0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -14,13 +14,6 @@ class Haproxy < Formula
|
|||
depends_on "openssl"
|
||||
depends_on "pcre"
|
||||
|
||||
# Patch for BUILD/MEDIUM: initcall: Fix build on MacOS. See haproxy/haproxy#42
|
||||
# Should be safe to remove on > 1.9.4 release as upstream intend to backport
|
||||
patch do
|
||||
url "https://github.com/haproxy/haproxy/commit/9efa7b8.patch?full_index=1"
|
||||
sha256 "756b26d3518cbf9a84f5957719beb764ac4d25bdb783f839d5b05c5283ac2f62"
|
||||
end
|
||||
|
||||
def install
|
||||
args = %w[
|
||||
TARGET=generic
|
||||
|
|
Loading…
Reference in a new issue