diff options
| author | Ian Lancaster | 2013-08-06 04:09:58 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-06 06:55:34 -0700 |
| commit | c81dda7f62bb85e17f59a975501ed22cdbdfb54f (patch) | |
| tree | d3f2f44031a820b89becc4a931bf0b2c16855961 /Library | |
| parent | 96fb0e759db61bfb2f495c64f9df359569ccf246 (diff) | |
| download | homebrew-c81dda7f62bb85e17f59a975501ed22cdbdfb54f.tar.bz2 | |
getmail 4.42.0
Closes #21689.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/getmail.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/getmail.rb b/Library/Formula/getmail.rb index de4fcea32..3d0d81109 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -2,8 +2,9 @@ require 'formula' class Getmail < Formula homepage 'http://pyropus.ca/software/getmail/' - url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.41.0.tar.gz' - sha1 '145b04cd4e4cbb2fcf0625e324f4b066cafed12b' + url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.42.0.tar.gz' + mirror 'http://fossies.org/linux/misc/getmail-4.42.0.tar.gz' + sha1 'c4ebc38d17f9a2ed2516e5070e300b0e160b0aaa' def install scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ] |
