augustus: add 3.3 bottle.
This commit is contained in:
parent
54d7f241bc
commit
71c0d8a65c
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Augustus < Formula
|
|||
url "http://bioinf.uni-greifswald.de/augustus/binaries/augustus-3.3.tar.gz"
|
||||
sha256 "f6470931e835d8da16288e501f95287df0f71f6bd6b6c8b49c3cf33c1e7f18e5"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "628ec61d36ac8c0cfa088bf0aaf8facb59888d8df407027d6099385a97da9a5a" => :high_sierra
|
||||
sha256 "8e6f909d5feb3a6890935646d31b70d99f7faf9315c0613c4362af3d19912c1f" => :sierra
|
||||
sha256 "57d0cdab04164c968240245b95159b21e464d7988dd4063d758dbfbb93e1b25a" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "boost"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue