diff options
| author | Alexis Hildebrandt | 2010-11-02 16:57:59 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-02 18:45:28 -0700 |
| commit | 5d65ef99ce9dd41085512278877da42498d97b79 (patch) | |
| tree | 060ead70dfa99df8f4bb9d0fece7fab3b99ff0f1 /Library/Formula | |
| parent | e7a562372b7bfe6035fbd1584f36b0bc33747a65 (diff) | |
| download | homebrew-5d65ef99ce9dd41085512278877da42498d97b79.tar.bz2 | |
Update Formula: mairix to 0.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Fixes #3036
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mairix.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mairix.rb b/Library/Formula/mairix.rb index c86a0a22f..9448a0e67 100644 --- a/Library/Formula/mairix.rb +++ b/Library/Formula/mairix.rb @@ -2,8 +2,8 @@ require 'formula' class Mairix <Formula homepage 'http://www.rpcurnow.force9.co.uk/mairix/' - url 'http://downloads.sourceforge.net/project/mairix/mairix/0.21/mairix-0.21.tar.gz' - md5 '821619895931711c370f51f3442a0ded' + url 'http://downloads.sourceforge.net/project/mairix/mairix/0.22/mairix-0.22.tar.gz' + md5 '6c6aaca19c2b2de3bf567b856705ce1a' #821619895931711c370f51f3442a0ded' def install ENV.j1 |
