diff options
Diffstat (limited to 'Library/Formula/redo.rb')
| -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 76dc86a9b..958553a8b 100644 --- a/Library/Formula/redo.rb +++ b/Library/Formula/redo.rb @@ -1,10 +1,10 @@ require 'formula' class Redo <Formula - version '0.05' + version '0.06' url "https://github.com/apenwarr/redo/zipball/redo-#{version}" homepage 'https://github.com/apenwarr/redo' - md5 'e96fe6dbdb75f8512a2ebf62b064186b' + md5 '7af7d8a639943731bb0370427b55bf10' def install ENV['PREFIX'] = prefix |
