diff options
| -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' | 
