bcftools: add 1.6 bottle.

This commit is contained in:
BrewTestBot 2017-12-22 23:30:55 +00:00 committed by ilovezfs
parent 00e7c48ec9
commit 6c55913c68

View file

@ -4,6 +4,12 @@ class Bcftools < Formula
url "https://github.com/samtools/bcftools/releases/download/1.6/bcftools-1.6.tar.bz2"
sha256 "293010736b076cf684d2873928924fcc3d2c231a091084c2ac23a8045c7df982"
bottle do
sha256 "d4371f90c99fec2a9e55a3d8b138a511209105a8e32cac39ffb25bdc0e487b10" => :high_sierra
sha256 "d451c2fa5530db082ac1a6e015fb9895a51bccf2a89fd381afc781a7d3c2d8a1" => :sierra
sha256 "fe3bf73cbb6412fef8270a4aae84cf5309d6221909d8f274ffe46a0e1c98d514" => :el_capitan
end
depends_on "gsl"
depends_on "htslib"
depends_on "xz"