diff options
| author | Adam Vandenberg | 2013-01-27 14:00:32 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:44 -0800 |
| commit | 291f763392dd9f29d07e20ce39f052a921aaf6c2 (patch) | |
| tree | a0d73b32ea965d6dbfacbfa4c708c418b2b0771e /Library/Formula/csv-fix.rb | |
| parent | ed1f4491df17e3b8c1c69b8ed6a48d3c45428942 (diff) | |
| download | homebrew-291f763392dd9f29d07e20ce39f052a921aaf6c2.tar.bz2 | |
cvs-fix: style nits
Diffstat (limited to 'Library/Formula/csv-fix.rb')
| -rw-r--r-- | Library/Formula/csv-fix.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/csv-fix.rb b/Library/Formula/csv-fix.rb index 9487234c6..7d93697bc 100644 --- a/Library/Formula/csv-fix.rb +++ b/Library/Formula/csv-fix.rb @@ -1,8 +1,8 @@ require 'formula' class CsvFix < Formula - url 'http://csvfix.googlecode.com/files/csvfix_src_110a.zip' homepage 'http://code.google.com/p/csvfix/' + url 'http://csvfix.googlecode.com/files/csvfix_src_110a.zip' version '1.1a' sha1 'd579c6223a9570e207b9e9b9eccb7f621916e673' |
