diff options
| author | Brett Koonce | 2013-02-19 18:20:35 -0600 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-02-19 20:03:54 -0800 | 
| commit | 8aeead14c26f34dd6824e869440e23b2fad49395 (patch) | |
| tree | 0814ec8dfb29cb091702ec11d7f796e5abf95db8 /Library/Formula/getmail.rb | |
| parent | 8c7564c60a81989f050b3d248171fd644e4ff981 (diff) | |
| download | homebrew-8aeead14c26f34dd6824e869440e23b2fad49395.tar.bz2 | |
getmail 4.38.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/getmail.rb')
| -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 e0b688676..6aed319ef 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.37.0.tar.gz' -  sha1 '2041ad207baa68e8e2e1cc4a4e72d5f8606638d4' +  url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.38.0.tar.gz' +  sha1 '428494eae427343adf9962be934b6dad6e87164b'    def install      scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ]  | 
