From 228e290ae4a816b87795db5fb9a19c758a227c4a Mon Sep 17 00:00:00 2001 From: Matthew Caruana Galizia Date: Tue, 17 Sep 2013 14:54:02 -0600 Subject: [PATCH] csvfix 1.3 Closes Homebrew/homebrew#22635. Signed-off-by: Adam Vandenberg --- Formula/csv-fix.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/csv-fix.rb b/Formula/csv-fix.rb index 4174ed0107d4c..5844adc5e4ffc 100644 --- a/Formula/csv-fix.rb +++ b/Formula/csv-fix.rb @@ -2,9 +2,8 @@ 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"