aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorxiongchiamiov2012-02-09 17:11:28 -0800
committerJack Nagel2012-02-09 19:24:45 -0600
commitd0fbe1445f77923d513d0baa9510b3289452da54 (patch)
treebb3b934c2c190921d75c0902d15d1f0be157e0d7 /Library/Formula
parent8fd8e2d7278fca02f2b9495e38b5944bb86daecd (diff)
downloadhomebrew-d0fbe1445f77923d513d0baa9510b3289452da54.tar.bz2
offlineimap 6.5.2.1
Closes #10083. [jn: squashed in some unrelated style cleanups] Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/offline-imap.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/offline-imap.rb b/Library/Formula/offline-imap.rb
index 882f17ccf..e6c218bf7 100644
--- a/Library/Formula/offline-imap.rb
+++ b/Library/Formula/offline-imap.rb
@@ -1,10 +1,11 @@
require 'formula'
class OfflineImap < Formula
- 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/"
+ homepage 'http://offlineimap.org/'
+ url 'https://github.com/downloads/spaetz/offlineimap/offlineimap-v6.5.2.1.tar.gz'
+ md5 'fd87752605eb8d98d7addc70a8e96576'
+
+ head 'https://github.com/spaetz/offlineimap.git'
def install
libexec.install 'bin/offlineimap' => 'offlineimap.py'