aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/vcftools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/vcftools.rb')
-rw-r--r--Library/Formula/vcftools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/vcftools.rb b/Library/Formula/vcftools.rb
index 3a97c725d..6dc170014 100644
--- a/Library/Formula/vcftools.rb
+++ b/Library/Formula/vcftools.rb
@@ -3,7 +3,7 @@ require 'formula'
class Vcftools < Formula
homepage 'http://vcftools.sourceforge.net/index.html'
url 'http://downloads.sourceforge.net/project/vcftools/vcftools_0.1.9.tar.gz'
- md5 '57f3b8d7ecb26a12559595851607f023'
+ sha1 '86fc8bea605543f8c286b164bc23ee9b2a76215e'
def install
system "make", "install", "PREFIX=#{prefix}", "CPP=#{ENV.cxx}"