aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/samtools.rb
diff options
context:
space:
mode:
authorCarlos Borroto2011-03-07 00:08:13 -0500
committerAdam Vandenberg2011-03-06 21:13:11 -0800
commit2b2c2a16a1658b9e883ef16a38d8f73be47d60de (patch)
treea7056e062265f112c34d11352589fda70719ee1a /Library/Formula/samtools.rb
parent6fcadb8c0e599c0cbe9ed1a8aa9831920e5be6b4 (diff)
downloadhomebrew-2b2c2a16a1658b9e883ef16a38d8f73be47d60de.tar.bz2
samtools 0.1.13
OS X patch no longer needed, as issue was fixed upstream. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/samtools.rb')
-rw-r--r--Library/Formula/samtools.rb7
1 files changed, 2 insertions, 5 deletions
diff --git a/Library/Formula/samtools.rb b/Library/Formula/samtools.rb
index eb3e2e4bb..eba094bc9 100644
--- a/Library/Formula/samtools.rb
+++ b/Library/Formula/samtools.rb
@@ -1,14 +1,11 @@
require 'formula'
class Samtools <Formula
- url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.12/samtools-0.1.12a.tar.bz2'
+ url 'http://sourceforge.net/projects/samtools/files/samtools/0.1.13/samtools-0.1.13.tar.bz2'
homepage 'http://samtools.sourceforge.net/'
- md5 '500ae32fb431de3940e0e955744b9b36'
+ md5 '2e66b94639f90d10cc935bb145ef71f3'
def install
- # -s is needed on OS X here.
- inreplace ["Makefile", "bcftools/Makefile"], "$(AR)", "$(AR) -s"
-
system "make"
system "make razip"