diff options
| author | cola-zero | 2012-01-17 14:13:41 +0900 |
|---|---|---|
| committer | Jack Nagel | 2012-01-16 23:59:49 -0600 |
| commit | 420c3c8a25060b3bda6d09db2b1495dc36f129cd (patch) | |
| tree | 897d019fa21b033a575b84c276de2e716c6f5413 /Library | |
| parent | 73a699cc1cc5349f8e3b85bd0457c384f249ec26 (diff) | |
| download | homebrew-420c3c8a25060b3bda6d09db2b1495dc36f129cd.tar.bz2 | |
offline-imap: update to 6.5.2 and fix url for HEAD
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/offline-imap.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/offline-imap.rb b/Library/Formula/offline-imap.rb index 6b2244637..e5849882b 100644 --- a/Library/Formula/offline-imap.rb +++ b/Library/Formula/offline-imap.rb @@ -1,8 +1,9 @@ require 'formula' class OfflineImap < Formula - url "https://github.com/nicolas33/offlineimap/tarball/v6.3.4" - head "https://github.com/nicolas33/offlineimap.git" + url "https://github.com/downloads/spaetz/offlineimap/offlineimap-v6.5.2.tar.gz" + md5 '0ccb6b7e4723a414ea50abb27450a56f' + head "https://github.com/spaetz/offlineimap.git" homepage "http://offlineimap.org/" def install |
