diff options
| author | Tomasz Pajor | 2014-07-31 10:13:04 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2014-07-31 07:46:43 -0700 |
| commit | 21e86871292dfaeebad55f1def23b75fc9308757 (patch) | |
| tree | f1f1a1e0efaa3f2b75a6c793729122836d5e10e7 | |
| parent | 1b8ce47ec838ff3bd04cc59f6b115b4aaaa2f797 (diff) | |
| download | homebrew-21e86871292dfaeebad55f1def23b75fc9308757.tar.bz2 | |
haproxy 1.5.3
| -rw-r--r-- | Library/Formula/haproxy.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb index 499a9194e..fba0c8861 100644 --- a/Library/Formula/haproxy.rb +++ b/Library/Formula/haproxy.rb @@ -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", |
