diff options
| author | Peter Aronoff | 2012-02-02 09:19:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-02-02 20:45:23 -0600 |
| commit | 94f49a01a5363c29907a17d17b43fa34db4da5a9 (patch) | |
| tree | 1c489d37b4650d5aa9518f6ffff43cfa0a3b369a /Library/Formula | |
| parent | e20adf59f8098796c483034424cd6e6328fc0f43 (diff) | |
| download | homebrew-94f49a01a5363c29907a17d17b43fa34db4da5a9.tar.bz2 | |
getmail 4.25.0
Closes #9934.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 add5cec0a..844bbab0f 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.24.0.tar.gz' + url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.25.0.tar.gz' homepage 'http://pyropus.ca/software/getmail/' - md5 '85cf05f692f282c254b14fae9ec236bd' + md5 'ec0be67bc1e472c13201c1e3a0c35e66' def install libexec.install 'getmailcore' |
