diff options
| author | Peter Aronoff | 2012-06-10 07:22:33 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-10 08:00:33 -0700 |
| commit | c385e90ae03dcd2e3e829d9203d30d9ff4e84fa5 (patch) | |
| tree | 0648b46f67ea7eab621032516f7ae203bce4e153 | |
| parent | fd4ddd8bb2e667686bb420f4157d5326d4130eee (diff) | |
| download | homebrew-c385e90ae03dcd2e3e829d9203d30d9ff4e84fa5.tar.bz2 | |
getmail 4.27.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/getmail.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/getmail.rb b/Library/Formula/getmail.rb index 72198c0c8..1ac339fa9 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -2,8 +2,8 @@ require 'formula' class Getmail < Formula homepage 'http://pyropus.ca/software/getmail/' - url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.26.0.tar.gz' - md5 'a45622b355b649071a337c661533453a' + url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.27.0.tar.gz' + sha1 'f7968c9cf2f3dccd2218976a2c7ca5541ce437e4' def install scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ] |
