aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/bowtie.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/bowtie.rb b/Library/Formula/bowtie.rb
index c705b4c27..6276a0374 100644
--- a/Library/Formula/bowtie.rb
+++ b/Library/Formula/bowtie.rb
@@ -1,12 +1,12 @@
require 'formula'
class Bowtie <Formula
- url 'http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.5/bowtie-0.12.5-src.zip'
+ url 'http://downloads.sourceforge.net/project/bowtie-bio/bowtie/0.12.7/bowtie-0.12.7-src.zip'
homepage 'http://bowtie-bio.sourceforge.net/index.shtml'
- md5 'c3c633b60f82a775226c1d6b27813315'
+ md5 '2808d61eaf15c9f7138794766c99a561'
def install
system "make"
- bin.install ["bowtie", "bowtie-build", "bowtie-inspect"]
+ bin.install %W(bowtie bowtie-build bowtie-inspect)
end
end