aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Caruana Galizia2013-09-17 14:54:02 -0600
committerAdam Vandenberg2013-09-17 19:04:25 -0700
commit96aba72fcbaaecf2ddfc3bb3431e5fa39e41f1bd (patch)
treeffdb44daa3ad5d4c73c0730a46e337c817e1cdc7
parenta1d85a42f56ecb91624d9848101e04b901e08eb7 (diff)
downloadhomebrew-96aba72fcbaaecf2ddfc3bb3431e5fa39e41f1bd.tar.bz2
csvfix 1.3
Closes #22635. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/csv-fix.rb5
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"