diff options
| author | Brett Koonce | 2014-04-20 11:31:53 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-04-21 00:04:33 -0500 |
| commit | 79d5b2322c4c55612594bb51abbeb7965507e481 (patch) | |
| tree | 03222d0d6addfecf53bd009e293573f34633d828 /Library/Formula | |
| parent | 2187069ae3c951b235611721d303d126df0f735e (diff) | |
| download | homebrew-79d5b2322c4c55612594bb51abbeb7965507e481.tar.bz2 | |
getmail 4.46.0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/getmail.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/getmail.rb b/Library/Formula/getmail.rb index a6d3b5eae..c9109db37 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -2,9 +2,9 @@ require 'formula' class Getmail < Formula homepage 'http://pyropus.ca/software/getmail/' - url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.43.0.tar.gz' - mirror 'http://fossies.org/linux/misc/getmail-4.43.0.tar.gz' - sha1 '835ede882a204cf956229c18ea8073a68af7ba82' + url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.46.0.tar.gz' + mirror 'http://fossies.org/linux/misc/getmail-4.46.0.tar.gz' + sha1 '0e20fcfed6c422e5135304c3728c11c7cee7081a' def install libexec.install %w( getmail getmail_fetch getmail_maildir getmail_mbox ) |
