mongoose 3.4

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-01-01 08:58:20 -06:00 committed by Adam Vandenberg
parent d54b4f96da
commit 75f7bbcfd8
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Mongoose < Formula
homepage 'https://github.com/valenok/mongoose'
url 'https://github.com/valenok/mongoose/tarball/3.3'
sha1 '75800b5046dbfaf29b29d977346df22bcce674c0'
url 'https://github.com/valenok/mongoose/tarball/3.4'
sha1 '3b917304d5ffbb516167ef29561a9f82881bc033'
def install
system "make", "mac", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"