mongoose: add 5.6 bottle.
This commit is contained in:
parent
0e7e04f92c
commit
ee4d58950f
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue