diff options
| author | Brett Koonce | 2012-10-17 16:22:25 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-17 19:39:36 -0700 |
| commit | 1a7b0e9dc595b86f933531bc6cadbaa2d5812a76 (patch) | |
| tree | dc1109a216837fab68e1bc85fcf74fe692292ba3 /Library | |
| parent | 128c5df6b23372acc4aa406c2c0909ed07d90aa4 (diff) | |
| download | homebrew-1a7b0e9dc595b86f933531bc6cadbaa2d5812a76.tar.bz2 | |
getmail 4.34.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 37ecfaa88..04f3a429c 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -2,8 +2,8 @@ require 'formula' class Getmail < Formula homepage 'http://pyropus.ca/software/getmail/' - url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.33.0.tar.gz' - sha1 '992751974572f010d1d606b008f51fa7f30ce390' + url 'http://pyropus.ca/software/getmail/old-versions/getmail-4.34.0.tar.gz' + sha1 '8a92430f34e417848d0d7961df70834b9ba6dd3f' def install scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ] |
