offline-imap: update to 6.5.2 and fix url for HEAD
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
0027060fd9
commit
44c6f3cda0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue