From ee4d58950f9efe48121c3e64488d94b60d82ba14 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Sat, 2 May 2015 14:18:01 +0100 Subject: [PATCH] mongoose: add 5.6 bottle. --- Formula/mongoose.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/mongoose.rb b/Formula/mongoose.rb index 2e4c79a461..d93715a96d 100644 --- a/Formula/mongoose.rb +++ b/Formula/mongoose.rb @@ -3,6 +3,13 @@ class Mongoose < Formula url "https://github.com/cesanta/mongoose/archive/5.6.tar.gz" sha256 "cc2557c7cf9f15e1e691f285a4c6c705cc7e56cb70c64cb49703a428a0677065" + bottle do + cellar :any + sha256 "cae6f9e1973da003d68af8dab42b2d4d1da490ba137d48dabab90d7c26b55a73" => :yosemite + sha256 "e2b62277ee6e88bed911c825c12d09763b7b6c449c235c175da9add4a65966e1" => :mavericks + sha256 "0ec26e8125679d0b2464a186b5d204035879804ca6ff814e50cc0eaad658fabd" => :mountain_lion + end + def install system ENV.cc, "-dynamiclib", "mongoose.c", "-o", "libmongoose.dylib" include.install "mongoose.h"