diff options
| author | Philipp Wollermann | 2012-04-23 07:47:14 +0900 | 
|---|---|---|
| committer | Jack Nagel | 2012-04-22 18:49:19 -0500 | 
| commit | 0501b69a8ef6716bc2fa936b4cefbbfcc02b0c01 (patch) | |
| tree | d47a2b75d3fd7645c4581dcc706e804eda179d2d /Library/Formula/getmail.rb | |
| parent | 7f8dcab4e531b9a9ac5ec3b659dcb1e2f7cef32f (diff) | |
| download | homebrew-0501b69a8ef6716bc2fa936b4cefbbfcc02b0c01.tar.bz2 | |
getmail 4.26.0
Closes #11815.
Signed-off-by: Jack Nagel <jacknagel@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 34bc9738e..72198c0c8 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -1,9 +1,9 @@  require 'formula'  class Getmail < Formula -  url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.25.0.tar.gz'    homepage 'http://pyropus.ca/software/getmail/' -  md5 'ec0be67bc1e472c13201c1e3a0c35e66' +  url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.26.0.tar.gz' +  md5 'a45622b355b649071a337c661533453a'    def install      scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ]  | 
