blast: updated to 2.2.25+
Closes Homebrew/homebrew#9929. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
439bb78b44
commit
14586d5d57
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Blast < Formula
|
||||
url 'ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.24/ncbi-blast-2.2.24+-src.tar.gz'
|
||||
homepage 'http://blast.ncbi.nlm.nih.gov/Blast.cgi'
|
||||
md5 '8877bf01a7370ffa01b5978b8460a4d9'
|
||||
version '2.2.24'
|
||||
url 'ftp://ftp.ncbi.nih.gov/blast/executables/blast+/2.2.25/ncbi-blast-2.2.25+-src.tar.gz'
|
||||
homepage 'http://blast.ncbi.nlm.nih.gov/'
|
||||
md5 '01256b808e3af49a5087945b6a8c8293'
|
||||
version '2.2.25'
|
||||
|
||||
def install
|
||||
Dir.chdir 'c++' do
|
||||
|
|
Loading…
Reference in a new issue