diff options
| author | Brett Koonce | 2014-08-21 00:26:29 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:13 +0100 | 
| commit | 30daab6ee555ec5c6f3af940ed97b37c78ed8e77 (patch) | |
| tree | a242ed7d27f19e6d123716355c45b591e622898e | |
| parent | 91e42f1fe5176253376c60c39222880a9aa6781a (diff) | |
| download | homebrew-30daab6ee555ec5c6f3af940ed97b37c78ed8e77.tar.bz2 | |
modman 1.9.9
| -rw-r--r-- | Library/Formula/modman.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/modman.rb b/Library/Formula/modman.rb index 773e3170e..730425960 100644 --- a/Library/Formula/modman.rb +++ b/Library/Formula/modman.rb @@ -2,8 +2,8 @@ require "formula"  class Modman < Formula    homepage "https://github.com/colinmollenhour/modman" -  url "https://github.com/colinmollenhour/modman/archive/1.9.7.tar.gz" -  sha1 "28985c511c509ea32c0633e8fd29997091c4e5f3" +  url "https://github.com/colinmollenhour/modman/archive/1.9.9.tar.gz" +  sha1 "248d68856d66941359a62db5a4a788545369c026"    def install      bin.install "modman" | 
