diff options
| author | Stephen Eglen | 2011-10-01 21:44:34 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2011-10-02 15:16:27 -0500 | 
| commit | 1c27e1f57186fc2b7286f5e23482b6e7bfe7661f (patch) | |
| tree | a49163a763f4823455033fdc76ecf174d36be2e1 /Library | |
| parent | 21a9f8d2d2e9a9d94f4d5705612a947ae6956cb3 (diff) | |
| download | homebrew-1c27e1f57186fc2b7286f5e23482b6e7bfe7661f.tar.bz2 | |
mairix 0.23
Closes #7931.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -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 f5624cbef..9d3e5ea5f 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.22/mairix-0.22.tar.gz' -  md5 '6c6aaca19c2b2de3bf567b856705ce1a' #821619895931711c370f51f3442a0ded' +  url 'http://downloads.sourceforge.net/project/mairix/mairix/0.23/mairix-0.23.tar.gz' +  md5 '732cf94e05c779ff1ce4a9e9eb19ab44'    def install      ENV.j1  | 
