haproxy 1.5.3

This commit is contained in:
Tomasz Pajor 2014-07-31 10:13:04 +02:00 committed by Adam Vandenberg
parent 2468b394a8
commit 5e4a4755c9

View file

@ -1,9 +1,9 @@
require 'formula'
require "formula"
class Haproxy < Formula
homepage 'http://haproxy.1wt.eu'
url 'http://www.haproxy.org/download/1.5/src/haproxy-1.5.1.tar.gz'
sha1 'ad51666a79ed8a4550274173d01fe6f6c606a109'
homepage "http://haproxy.1wt.eu"
url "http://www.haproxy.org/download/1.5/src/haproxy-1.5.3.tar.gz"
sha1 "b86c9490dea5bade767d43f544ced383764f879d"
bottle do
cellar :any
@ -12,7 +12,7 @@ class Haproxy < Formula
sha1 "3c6d106a68a731563a9fade671f21bd27d939f33" => :lion
end
depends_on 'pcre'
depends_on "pcre"
def install
args = ["TARGET=generic",