csvfix 1.20
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
51be1d8def
commit
39f5fe4c78
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class CsvFix < Formula
|
||||
homepage 'http://code.google.com/p/csvfix/'
|
||||
url 'http://csvfix.googlecode.com/files/csvfix_src_110a.zip'
|
||||
version '1.1a'
|
||||
sha1 'd579c6223a9570e207b9e9b9eccb7f621916e673'
|
||||
url 'http://csvfix.googlecode.com/files/csvfix_src_120.zip'
|
||||
version '1.20'
|
||||
sha1 'ec0b6d491429d908a9208d6e474591f30dec654c'
|
||||
|
||||
def install
|
||||
system "make lin"
|
||||
|
|
Loading…
Reference in a new issue