diff options
| author | Stefan | 2013-07-28 18:18:25 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2013-07-28 15:53:14 -0500 | 
| commit | cfbaa703abdd2f9882fa402cad34521f8ae1ebb3 (patch) | |
| tree | 9ac4c9881297c5feddc94a2c391f692fe7eb0d22 | |
| parent | c08b13851a9f05ba27f02ce3da52ee33b77a589d (diff) | |
| download | homebrew-cfbaa703abdd2f9882fa402cad34521f8ae1ebb3.tar.bz2 | |
mongoose 3.8
Closes #21502.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/mongoose.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/mongoose.rb b/Library/Formula/mongoose.rb index 2745bacfb..57732f8f1 100644 --- a/Library/Formula/mongoose.rb +++ b/Library/Formula/mongoose.rb @@ -2,8 +2,8 @@ require 'formula'  class Mongoose < Formula    homepage 'https://github.com/valenok/mongoose' -  url 'https://github.com/valenok/mongoose/archive/3.7.tar.gz' -  sha1 'ca9425456c11fc795515f6987396a5945bf788cd' +  url 'https://github.com/valenok/mongoose/archive/3.8.tar.gz' +  sha1 '52b1f31132c4212628a4be9507f7f1891c3ee9da'    def install      system 'make mac' | 
