diff options
| author | Max Howell | 2011-01-18 09:20:54 +0000 |
|---|---|---|
| committer | Max Howell | 2011-01-18 09:21:37 +0000 |
| commit | 9c0f0288936d4dd88a16f3344db61464734e48c5 (patch) | |
| tree | 53b98e0febb6fdb1d25c842c64da8c0c59baf91e /Library/Formula | |
| parent | d5fa6c2f492dfe1d4c31eb6282964a3a228eba1f (diff) | |
| download | homebrew-9c0f0288936d4dd88a16f3344db61464734e48c5.tar.bz2 | |
redo 0.05
Diffstat (limited to 'Library/Formula')
| -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 c06cb3684..76dc86a9b 100644 --- a/Library/Formula/redo.rb +++ b/Library/Formula/redo.rb @@ -1,10 +1,10 @@ require 'formula' class Redo <Formula - version '0.04' + version '0.05' url "https://github.com/apenwarr/redo/zipball/redo-#{version}" homepage 'https://github.com/apenwarr/redo' - md5 'c4f276f1434d41f1423e25d1fa96e4b8' + md5 'e96fe6dbdb75f8512a2ebf62b064186b' def install ENV['PREFIX'] = prefix |
