diff options
| author | Brett Koonce | 2013-02-05 07:55:59 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-05 08:48:21 -0600 |
| commit | 58f3dd16fc720e762fc8f44fea26a4c8a9e9533c (patch) | |
| tree | 05301d3352643385ee5b19a18586185c0b871a04 /Library | |
| parent | 9cbcbfbd78cb64c4cf46084d9b6b0c64cac37a1d (diff) | |
| download | homebrew-58f3dd16fc720e762fc8f44fea26a4c8a9e9533c.tar.bz2 | |
csvfix 1.20
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/csv-fix.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/csv-fix.rb b/Library/Formula/csv-fix.rb index 7d93697bc..4174ed010 100644 --- a/Library/Formula/csv-fix.rb +++ b/Library/Formula/csv-fix.rb @@ -2,9 +2,9 @@ require 'formula' class CsvFix < Formula homepage 'http://code.google.com/p/csvfix/' - url 'http://csvfix.googlecode.com/files/csvfix_src_110a.zip' - version '1.1a' - sha1 'd579c6223a9570e207b9e9b9eccb7f621916e673' + url 'http://csvfix.googlecode.com/files/csvfix_src_120.zip' + version '1.20' + sha1 'ec0b6d491429d908a9208d6e474591f30dec654c' def install system "make lin" |
