diff options
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 b9f598228..a6d3b5eae 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.42.0.tar.gz' - mirror 'http://fossies.org/linux/misc/getmail-4.42.0.tar.gz' - sha1 'c4ebc38d17f9a2ed2516e5070e300b0e160b0aaa' + 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' def install libexec.install %w( getmail getmail_fetch getmail_maildir getmail_mbox ) |
