diff options
| author | Mike McQuaid | 2014-03-24 13:37:19 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-03-24 13:37:19 +0000 |
| commit | dfb7f8200ac4e6cdbc161372a87d0e429a3bee91 (patch) | |
| tree | bacd673c5c92ecdd497640fa53bec2925eaca25e | |
| parent | 25f0a7b91c9eecec9da08704781e893a1bfe7a52 (diff) | |
| download | homebrew-dfb7f8200ac4e6cdbc161372a87d0e429a3bee91.tar.bz2 | |
libmicrohttpd: add 0.9.34 bottle.
| -rw-r--r-- | Library/Formula/libmicrohttpd.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libmicrohttpd.rb b/Library/Formula/libmicrohttpd.rb index be94ac1a7..b7b470638 100644 --- a/Library/Formula/libmicrohttpd.rb +++ b/Library/Formula/libmicrohttpd.rb @@ -6,6 +6,13 @@ class Libmicrohttpd < Formula mirror 'http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.34.tar.gz' sha1 '1122f26fa278556630aaef40a500a9be19bdcfc9' + bottle do + cellar :any + sha1 "9b6bb328687843151b8cd4222dc81db7c487cfd2" => :mavericks + sha1 "68832916795813e9ffa00e459c44be76b8bba21a" => :mountain_lion + sha1 "1ed41f9ee7101988beec5577c3c91e22d1ccfef8" => :lion + end + def install system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" |
