mongoose 3.2
Closes Homebrew/homebrew#14327. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
eefb25cbfe
commit
89d1e1a6a5
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Mongoose < Formula
|
||||
homepage 'http://code.google.com/p/mongoose/'
|
||||
url 'http://mongoose.googlecode.com/files/mongoose-3.1.tgz'
|
||||
md5 'e718fc287b4eb1bd523be3fa00942bb0'
|
||||
homepage 'https://github.com/valenok/mongoose'
|
||||
url 'https://github.com/valenok/mongoose/tarball/3.2'
|
||||
sha1 'c825fad84061e497d1d2fb711b94c6fdf5c1398c'
|
||||
|
||||
def install
|
||||
system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"
|
||||
|
|
Loading…
Reference in a new issue