diff options
| author | Alexis Hildebrandt | 2012-03-17 09:28:26 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 08:32:04 -0700 | 
| commit | e42e606c89ec6929662efc10e58a0db797374cd9 (patch) | |
| tree | ac8a26716bba54b3326eca36d7d58d33b89c9dc0 /Library/Formula/haproxy.rb | |
| parent | 6200a8522ebc3b9fc4ef0cf86d68d6a6d0d7ab64 (diff) | |
| download | homebrew-e42e606c89ec6929662efc10e58a0db797374cd9.tar.bz2 | |
haproxy 1.4.20
Closes #11002.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/haproxy.rb')
| -rw-r--r-- | Library/Formula/haproxy.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb index ae951a0db..49c0384d5 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.19.tar.gz' -  md5 '41392d738460dbf99295fd928031c6a4' +  url 'http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.20.tar.gz' +  md5 '0cd3b91812ff31ae09ec4ace6355e29e'    depends_on 'pcre' | 
