diff options
| author | Adam Vandenberg | 2012-02-09 23:14:22 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-09 23:14:22 -0800 |
| commit | 038e411012ddb72c1c0b4c62ca919b5de4542bfe (patch) | |
| tree | d0c869686b495f72238f6a3b3162559d538b2842 | |
| parent | 8f0edc442432ee6ce9251427e7f07d9c268cbb7d (diff) | |
| download | homebrew-038e411012ddb72c1c0b4c62ca919b5de4542bfe.tar.bz2 | |
redo 0.11
| -rw-r--r-- | Library/Formula/redo.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb index 1db9dcb58..e50126923 100644 --- a/Library/Formula/redo.rb +++ b/Library/Formula/redo.rb @@ -6,16 +6,16 @@ class RedoDocs < Formula end class Redo < Formula - url "https://github.com/apenwarr/redo/zipball/redo-0.10" homepage 'https://github.com/apenwarr/redo' - md5 '69b31b105db347968ee9486342fb6c1d' + url "https://github.com/apenwarr/redo/tarball/redo-0.11" + md5 'c7090dbe2e731815e0201339ededc011' def install ENV['PREFIX'] = prefix system "./redo install" - rm share/:doc/:redo/'README.md' # lets not have two copies + rm share+'doc/redo/README.md' # lets not have two copies - RedoDocs.new('redodocs').brew do |formula| + RedoDocs.new('redodocs').brew do man1.install Dir['*'] end end |
