diff options
| author | Peter Aronoff | 2012-08-27 06:35:35 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-08-27 10:43:28 -0700 | 
| commit | 86277987260e4e98e2a43797c0597f5e9e42c33b (patch) | |
| tree | cf0e840fa0815ced3f1a2e59257b95ba9c7103f7 /Library/Formula/getmail.rb | |
| parent | 72755a3275ea2be16bd531416f5bb21303f3a867 (diff) | |
| download | homebrew-86277987260e4e98e2a43797c0597f5e9e42c33b.tar.bz2 | |
getmail 4.33.0
Closes #14475.
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 e9b2bf516..37ecfaa88 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.32.0.tar.gz' -  sha1 '2c3d7a7ba8550b32d0f51d60d683a630695fffd9' +  url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.33.0.tar.gz' +  sha1 '992751974572f010d1d606b008f51fa7f30ce390'    def install      scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ]  | 
