diff options
| author | Peter Aronoff | 2012-06-23 10:45:00 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-06-23 10:06:25 -0700 | 
| commit | 0cf66e59a2c8bc14f54c325dfec8f5d92efac47b (patch) | |
| tree | 63a3d8533ff7e4d9fcdc0e2b0bbc3f2b5e427bef | |
| parent | 6317302f8276617f325f25018ae7598a47433558 (diff) | |
| download | homebrew-0cf66e59a2c8bc14f54c325dfec8f5d92efac47b.tar.bz2 | |
getmail 4.30.1
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 1ac339fa9..87059bb9e 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.27.0.tar.gz' -  sha1 'f7968c9cf2f3dccd2218976a2c7ca5541ce437e4' +  url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.30.1.tar.gz' +  sha1 '436fd6791d0c9851423c073722511915be0e10fe'    def install      scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ]  | 
