diff options
| author | Bobby Burden | 2015-03-13 21:40:16 -0400 | 
|---|---|---|
| committer | Tim D. Smith | 2015-03-13 21:49:02 -0700 | 
| commit | 17bf3db34709a322c8f14d81a2563ed03477b144 (patch) | |
| tree | e6b0f4b6c91c3f5effdd844ebaa0112b849c6599 | |
| parent | 084cdf286f82a3559d46275a06f25a78591c5cfc (diff) | |
| download | homebrew-17bf3db34709a322c8f14d81a2563ed03477b144.tar.bz2 | |
modman 1.11
Closes #37701.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -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 6c7aa7da0..3c1971dfd 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.10.tar.gz" -  sha1 "6469426438d4f932f6863d6e2669a264b254944d" +  url "https://github.com/colinmollenhour/modman/archive/1.11.tar.gz" +  sha1 "7b9d2f271eed83135c228e4f9de19f0134acfa1c"    def install      bin.install "modman" | 
