diff options
| author | BrewTestBot | 2014-10-27 02:26:14 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-27 07:56:13 +0000 | 
| commit | 4025c6d96ac69e27c739ddd5e8aa21c03dccc11f (patch) | |
| tree | 76a8e98d162c3c888e956cb74f8237e614002209 | |
| parent | 7b5d3ace8a9b00c2669c402df7f52c11d71e80e3 (diff) | |
| download | homebrew-4025c6d96ac69e27c739ddd5e8aa21c03dccc11f.tar.bz2 | |
libmicrohttpd: update 0.9.38 bottle.
| -rw-r--r-- | Library/Formula/libmicrohttpd.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/libmicrohttpd.rb b/Library/Formula/libmicrohttpd.rb index a20f47a6b..9b269eba3 100644 --- a/Library/Formula/libmicrohttpd.rb +++ b/Library/Formula/libmicrohttpd.rb @@ -8,10 +8,9 @@ class Libmicrohttpd < Formula    bottle do      cellar :any -    revision 1 -    sha1 "aacdc62a4d475d531ab371789827467606374d53" => :yosemite -    sha1 "244043f22a39f88c07cfaa3d95088118dad1b73f" => :mavericks -    sha1 "26bb4de80f5d43bfb24685f651467fd97d821936" => :mountain_lion +    sha1 "f0da1b25c2538f70f5eb7cae3dc7e6953aca6e8a" => :yosemite +    sha1 "c4dc5f34e12dd865aba4864e33f9aa9c97654fac" => :mavericks +    sha1 "99df120ff4063f1026fc8ebcaecd3d6d96a778f9" => :mountain_lion    end    def install | 
