diff options
| author | arq5x | 2012-11-04 08:25:00 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-11-04 08:27:49 -0800 | 
| commit | e626eff4efc123fa41c53f1092f4492c1dada0a8 (patch) | |
| tree | 24dcd487cf2a0f36b4258d979358ef7575747477 | |
| parent | a8d39c9bb03d80f3125bb2d0cbd6187f0e4125d3 (diff) | |
| download | homebrew-e626eff4efc123fa41c53f1092f4492c1dada0a8.tar.bz2 | |
bedtools 2.17.0
Closes #15842.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/bedtools.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bedtools.rb b/Library/Formula/bedtools.rb index dc5d83ec2..79caf0f31 100644 --- a/Library/Formula/bedtools.rb +++ b/Library/Formula/bedtools.rb @@ -1,9 +1,9 @@  require 'formula'  class Bedtools < Formula -  url 'http://bedtools.googlecode.com/files/BEDTools.v2.16.2.tar.gz' +  url 'http://bedtools.googlecode.com/files/BEDTools.v2.17.0.tar.gz'    homepage 'http://code.google.com/p/bedtools/' -  sha1 'f9580cc9394713e0575fd73492ed6bf64a2256c6' +  sha1 '1b1de3c35394a423f9ad98a9957a8853b426a578'    head 'https://github.com/arq5x/bedtools.git'    def install  | 
