diff options
| author | Tomasz Pajor | 2014-06-08 17:02:13 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-08 18:15:18 +0100 |
| commit | 9d634e02b1603327af19ed0853991d7bfbc47bc2 (patch) | |
| tree | c5b0800313d7977e5b9c59c195b0066b78e2d20c /Library/Formula/haproxy.rb | |
| parent | db3565d5a3063aecaeaa28eabfd51ff0b0817295 (diff) | |
| download | homebrew-9d634e02b1603327af19ed0853991d7bfbc47bc2.tar.bz2 | |
haproxy devel 1.5-dev26
Diffstat (limited to 'Library/Formula/haproxy.rb')
| -rw-r--r-- | Library/Formula/haproxy.rb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Library/Formula/haproxy.rb b/Library/Formula/haproxy.rb index 99cfd03eb..8ce946561 100644 --- a/Library/Formula/haproxy.rb +++ b/Library/Formula/haproxy.rb @@ -6,9 +6,16 @@ class Haproxy < Formula sha1 'f5c7dcaf0e8190f86e58b8e106dbc53609beaacd' devel do - url 'http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev19.tar.gz' - sha1 '5c16686c516dbeaab8ada6c17c25e9629ab4f7d3' - version '1.5-dev19' + url 'http://haproxy.1wt.eu/download/1.5/src/devel/haproxy-1.5-dev26.tar.gz' + sha1 'cab0d9b73dff87d159bf1ee64a127bacf88ac87f' + version '1.5-dev26' + + # we can remove it when a new version is released + # don't use type "uint" which is not portable + patch do + url "http://git.1wt.eu/web?p=haproxy.git;a=commitdiff_plain;h=c874653bb45b101f50ea710576c7b47766874d1c" + sha1 "ed16bdb9096c09b79135d5d43db9ef8581decb02" + end end depends_on 'pcre' |
