diff options
| author | Joel Limberg | 2013-06-26 02:05:31 +0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-25 17:13:13 -0700 | 
| commit | 310847030b48429f3fdef0a3e8a449b04e92a0bb (patch) | |
| tree | 5493096715dea46f3d380293526d24cbc6a5429f | |
| parent | cf9420ecc781edaca28251efe7c74f62346e375c (diff) | |
| download | homebrew-310847030b48429f3fdef0a3e8a449b04e92a0bb.tar.bz2 | |
haproxy devel 1.5-dev19
Closes #20791.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/haproxy.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb index 6790348b6..835a77fa4 100644 --- a/Library/Formula/haproxy.rb +++ b/Library/Formula/haproxy.rb @@ -6,9 +6,9 @@ class Haproxy < Formula    sha1 'a171a98e58a853e6487ff768db53a496012fd704'    devel do -    url 'http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev18.tar.gz' -    sha1 '791fba9a596c30d1bbb7871ffb8b05e1fd4ecf8b' -    version '1.5-dev18' +    url 'http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev19.tar.gz' +    sha1 '5c16686c516dbeaab8ada6c17c25e9629ab4f7d3' +    version '1.5-dev19'    end    depends_on 'pcre' | 
