diff options
| author | Peter Aronoff | 2011-12-12 14:51:57 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2011-12-12 18:20:47 -0600 | 
| commit | 8ce3d82c33610552ef0b15d3e66b1cd00ee0efd1 (patch) | |
| tree | 167ef1f520e0edb84621da07ad37e724696f5cb8 /Library/Formula/getmail.rb | |
| parent | 2c0c6efb73ac7a69a3bc589e4016d8d66ec3391f (diff) | |
| download | homebrew-8ce3d82c33610552ef0b15d3e66b1cd00ee0efd1.tar.bz2 | |
getmail 4.24.0
Closes #9094.
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 2bee43e10..add5cec0a 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.22.1.tar.gz' +  url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.24.0.tar.gz'    homepage 'http://pyropus.ca/software/getmail/' -  md5 '611d37b073fa304552f7220e6c05a6ba' +  md5 '85cf05f692f282c254b14fae9ec236bd'    def install      libexec.install 'getmailcore'  | 
