diff --git a/Formula/redo.rb b/Formula/redo.rb index 1db9dcb584d..e5012692316 100644 --- a/Formula/redo.rb +++ b/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