aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCory Rockliff2011-08-16 22:27:40 -0400
committerAdam Vandenberg2011-08-18 22:58:12 -0700
commitc9298ddd710649525caf6a076d1a620ffb702259 (patch)
treec1a44484453faa7d43b610c7f3c6f62f1c4da8e5 /Library
parentcc022648ece4c7d6cbaa42ed8abc9c569a91d2fa (diff)
downloadhomebrew-c9298ddd710649525caf6a076d1a620ffb702259.tar.bz2
CSVfix 1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/csv-fix.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/csv-fix.rb b/Library/Formula/csv-fix.rb
index 3654b6503..9487234c6 100644
--- a/Library/Formula/csv-fix.rb
+++ b/Library/Formula/csv-fix.rb
@@ -1,13 +1,13 @@
require 'formula'
class CsvFix < Formula
- url 'http://csvfix.googlecode.com/files/csvfix_src_097a.zip'
+ url 'http://csvfix.googlecode.com/files/csvfix_src_110a.zip'
homepage 'http://code.google.com/p/csvfix/'
- version '0.97a'
- sha1 'f990ba6676159dc27e0d90aee02d1eb043140c5f'
+ version '1.1a'
+ sha1 'd579c6223a9570e207b9e9b9eccb7f621916e673'
def install
system "make lin"
- bin.install 'bin/csvfix'
+ bin.install 'csvfix/bin/csvfix'
end
end