aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/redo.rb8
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