diff options
| -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" |
