diff options
| author | Matthew Caruana Galizia | 2013-09-17 14:54:02 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-17 19:04:25 -0700 |
| commit | 96aba72fcbaaecf2ddfc3bb3431e5fa39e41f1bd (patch) | |
| tree | ffdb44daa3ad5d4c73c0730a46e337c817e1cdc7 /Library/Formula/csv-fix.rb | |
| parent | a1d85a42f56ecb91624d9848101e04b901e08eb7 (diff) | |
| download | homebrew-96aba72fcbaaecf2ddfc3bb3431e5fa39e41f1bd.tar.bz2 | |
csvfix 1.3
Closes #22635.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/csv-fix.rb')
| -rw-r--r-- | Library/Formula/csv-fix.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/csv-fix.rb b/Library/Formula/csv-fix.rb index 4174ed010..5844adc5e 100644 --- a/Library/Formula/csv-fix.rb +++ b/Library/Formula/csv-fix.rb @@ -2,9 +2,8 @@ require 'formula' class CsvFix < Formula homepage 'http://code.google.com/p/csvfix/' - url 'http://csvfix.googlecode.com/files/csvfix_src_120.zip' - version '1.20' - sha1 'ec0b6d491429d908a9208d6e474591f30dec654c' + url 'https://bitbucket.org/neilb/csvfix/get/version-1.3.zip' + sha1 '9d8c4c38abf4be722eb6e3fc967fd2eeb3bd2299' def install system "make lin" |
