diff options
| author | Kevin Lyda | 2012-01-01 10:47:41 +0000 |
|---|---|---|
| committer | Jack Nagel | 2012-01-01 17:06:03 -0600 |
| commit | 09a28aca247a58d5a31cdb982b5c8e9a8e49afaa (patch) | |
| tree | b939f39e59a111be35f452b503b8e0731f7d4c8a /Library/Formula | |
| parent | c013dfa116e1abce0ea08b3cdf0737099ad3c6d0 (diff) | |
| download | homebrew-09a28aca247a58d5a31cdb982b5c8e9a8e49afaa.tar.bz2 | |
offline-imap: add HEAD
The offline-imap package gets a fair bit of development. Sometimes it's
useful to upgrade to head; this change adds the ability to do that.
Closes #9361.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/offline-imap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/offline-imap.rb b/Library/Formula/offline-imap.rb index 89a687798..1232d7499 100644 --- a/Library/Formula/offline-imap.rb +++ b/Library/Formula/offline-imap.rb @@ -2,6 +2,7 @@ require 'formula' class OfflineImap < Formula url "https://github.com/nicolas33/offlineimap.git", :tag => 'v6.3.4' + head "https://github.com/nicolas33/offlineimap.git" version '6.3.4' homepage "http://offlineimap.org/" |
