diff options
| -rw-r--r-- | Library/Formula/redo.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb index 9566bce43..dfeddcf11 100644 --- a/Library/Formula/redo.rb +++ b/Library/Formula/redo.rb @@ -6,10 +6,10 @@ class RedoDocs < Formula end class Redo < Formula - version '0.06' + version '0.10' url "https://github.com/apenwarr/redo/zipball/redo-#{version}" homepage 'https://github.com/apenwarr/redo' - md5 '28c32ca00bb4d884e0d87c89808771a6' + md5 '69b31b105db347968ee9486342fb6c1d' def install ENV['PREFIX'] = prefix |
