haproxy 1.6.2
HAProxy 1.6.2 Closes Homebrew/homebrew#45757. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
a890b7c569
commit
8208289649
1 changed files with 2 additions and 9 deletions
|
@ -1,15 +1,8 @@
|
|||
class Haproxy < Formula
|
||||
desc "Reliable, high performance TCP/HTTP load balancer"
|
||||
homepage "http://www.haproxy.org/"
|
||||
url "http://www.haproxy.org/download/1.6/src/haproxy-1.6.0.tar.gz"
|
||||
sha256 "e83a272b7d3638cf1d37bba58d3e75f497c1862315ee5bb7f5efc1d98d26e25b"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "7b5b243e98d102fcbf6da80d3b16f913756bd33c43c7577a82e1179ebfcbc35d" => :el_capitan
|
||||
sha256 "0cae5e75a60a81617e6dabf8aa1faef1272d7cd62dd6e1c5443d76269ae234bb" => :yosemite
|
||||
sha256 "51286195327b812b337b916d14ff79682cdd71508313536f25a292bbf668e86b" => :mavericks
|
||||
end
|
||||
url "http://www.haproxy.org/download/1.6/src/haproxy-1.6.2.tar.gz"
|
||||
sha256 "bd4a7eee79e1bfd25af59d956bb60e82acbb6f146f3fb3b30636036f4c9548d3"
|
||||
|
||||
depends_on "openssl"
|
||||
depends_on "pcre"
|
||||
|
|
Loading…
Reference in a new issue