aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/haproxy.rb
diff options
context:
space:
mode:
authorTomasz Pajor2014-07-31 10:13:04 +0200
committerAdam Vandenberg2014-07-31 07:46:43 -0700
commit21e86871292dfaeebad55f1def23b75fc9308757 (patch)
treef1f1a1e0efaa3f2b75a6c793729122836d5e10e7 /Library/Formula/haproxy.rb
parent1b8ce47ec838ff3bd04cc59f6b115b4aaaa2f797 (diff)
downloadhomebrew-21e86871292dfaeebad55f1def23b75fc9308757.tar.bz2
haproxy 1.5.3
Diffstat (limited to 'Library/Formula/haproxy.rb')
-rw-r--r--Library/Formula/haproxy.rb10
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",