diff options
Diffstat (limited to 'Library/Formula/libcsv.rb')
| -rw-r--r-- | Library/Formula/libcsv.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/libcsv.rb b/Library/Formula/libcsv.rb index 0c79df68c..84234fd42 100644 --- a/Library/Formula/libcsv.rb +++ b/Library/Formula/libcsv.rb @@ -2,7 +2,7 @@ require 'formula'  class Libcsv < Formula    homepage 'http://sourceforge.net/projects/libcsv/' -  url 'http://downloads.sourceforge.net/project/libcsv/libcsv/libcsv-3.0.3/libcsv-3.0.3.tar.gz' +  url 'https://downloads.sourceforge.net/project/libcsv/libcsv/libcsv-3.0.3/libcsv-3.0.3.tar.gz'    sha1 '2f637343c3dfac80559595f519e8f78f25acc7c1'    def install | 
