redo 0.11

master
Adam Vandenberg 2012-02-09 23:14:22 -08:00
parent 4cb0064ae6
commit 98231b6b62
1 changed files with 4 additions and 4 deletions

View File

@ -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