diff options
| author | Brett Koonce | 2013-06-14 13:36:21 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-14 11:39:36 -0700 | 
| commit | eea93ab7139d7ecfd34c509f62fc5ef0e06f11bc (patch) | |
| tree | 491877a3149711e8e9b1104c154f9230c1173a8a | |
| parent | 67847a5d4bb2eb492152c5a90e29bfe1f46f37d7 (diff) | |
| download | homebrew-eea93ab7139d7ecfd34c509f62fc5ef0e06f11bc.tar.bz2 | |
mon 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/mon.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/mon.rb b/Library/Formula/mon.rb index 0ce6c9eff..f366e66c9 100644 --- a/Library/Formula/mon.rb +++ b/Library/Formula/mon.rb @@ -2,8 +2,8 @@ require 'formula'  class Mon < Formula    homepage 'https://github.com/visionmedia/mon' -  url 'https://github.com/visionmedia/mon/archive/1.2.0.tar.gz' -  sha1 '5c29c8c972d6f8f586f831cd8fc2c51e53873e16' +  url 'https://github.com/visionmedia/mon/archive/1.2.2.tar.gz' +  sha1 '01af043f44fe8654ce2c82d17ae1664a572064f2'    def install      system "make" | 
