aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/haproxy.rb
diff options
context:
space:
mode:
authorBrett Koonce2012-08-04 10:54:17 -0500
committerAdam Vandenberg2012-08-04 09:04:01 -0700
commite7d2092d0035d9c3b2082d747667fd4c511e7e1a (patch)
treee5dad01d11be437dcb87a6da6da89df242e15fce /Library/Formula/haproxy.rb
parent9db4190f90da516c3bcac9dbaa9102ec561a4944 (diff)
downloadhomebrew-e7d2092d0035d9c3b2082d747667fd4c511e7e1a.tar.bz2
haproxy 1.4.21
Closes #13946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/haproxy.rb')
-rw-r--r--Library/Formula/haproxy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb
index 49c0384d5..b00dd5d3b 100644
--- a/Library/Formula/haproxy.rb
+++ b/Library/Formula/haproxy.rb
@@ -2,8 +2,8 @@ require 'formula'
class Haproxy < Formula
homepage 'http://haproxy.1wt.eu'
- url 'http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.20.tar.gz'
- md5 '0cd3b91812ff31ae09ec4ace6355e29e'
+ url 'http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.21.tar.gz'
+ sha1 '31df0e8bd18350457a5d3432f367c6218ecc9042'
depends_on 'pcre'