aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",