diff options
| author | BrewTestBot | 2014-07-31 09:20:06 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-07-31 07:46:43 -0700 | 
| commit | 93cae12811f04cde6860c47a0c7f0c5c5e114b29 (patch) | |
| tree | 309b6277357ad04ae1aea9b032caaecb3d559dd0 | |
| parent | 21e86871292dfaeebad55f1def23b75fc9308757 (diff) | |
| download | homebrew-93cae12811f04cde6860c47a0c7f0c5c5e114b29.tar.bz2 | |
haproxy: update 1.5.3 bottle.
Closes #31263.
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 fba0c8861..d8ebf7e99 100644 --- a/Library/Formula/haproxy.rb +++ b/Library/Formula/haproxy.rb @@ -7,9 +7,9 @@ class Haproxy < Formula    bottle do      cellar :any -    sha1 "580ff887d5a02173504db0b3ebe89762c4e7d81f" => :mavericks -    sha1 "e259ea47ddb5bb782025cc087892053998dc0f2e" => :mountain_lion -    sha1 "3c6d106a68a731563a9fade671f21bd27d939f33" => :lion +    sha1 "41d6a7dfd7b72c7f4a4c63c5c35caf1088268a55" => :mavericks +    sha1 "1dbc7bf90ba7742e6f586b4777758547870b099e" => :mountain_lion +    sha1 "5c595b4953060f7a0aa78cc62f8cf1056ec72707" => :lion    end    depends_on "pcre" | 
