From 6a43035fdab12fb7f2ade62ac20c581602cc2dc7 Mon Sep 17 00:00:00 2001 From: Yoshitaka Moriwaki Date: Sat, 19 Oct 2024 23:51:15 +0900 Subject: [PATCH] fastani: support Sequoia --- Formula/fastani.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Formula/fastani.rb b/Formula/fastani.rb index dd90d611f..4489549ed 100644 --- a/Formula/fastani.rb +++ b/Formula/fastani.rb @@ -7,13 +7,6 @@ class Fastani < Formula license "Apache-2.0" head "https://github.com/ParBLiSS/FastANI.git", branch: "master" - bottle do - root_url "https://ghcr.io/v2/brewsci/bio" - sha256 cellar: :any, arm64_sonoma: "f5b9dcfd5df5e9a14cc05025b7b3dee6b5978d5a8c7517b6f7b9bab5a7eb82eb" - sha256 cellar: :any, ventura: "49f020c561fd674cf61702631fcbc8fde29675cb9e64d34cf827e92cf5b33b04" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2cacbeb0b1a6194ca2d0f5e389d639a5b4766e86cbde33834e97af90758516ea" - end - depends_on "cmake" => :build depends_on "boost" depends_on "gsl"