diff options
Diffstat (limited to 'Library/Formula')
| -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 |
