From dc6cb65d7a83c58ac39a9d41bca682c6d8db04a2 Mon Sep 17 00:00:00 2001 From: Yoshitaka Moriwaki Date: Sun, 20 Oct 2024 09:20:22 +0900 Subject: [PATCH] trimmomatic: support Sequoia --- Formula/trimmomatic.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Formula/trimmomatic.rb b/Formula/trimmomatic.rb index f8ebeacbb..d725fb95a 100644 --- a/Formula/trimmomatic.rb +++ b/Formula/trimmomatic.rb @@ -8,13 +8,6 @@ class Trimmomatic < Formula revision 1 head "https://github.com/usadellab/Trimmomatic.git", branch: "master" - bottle do - root_url "https://ghcr.io/v2/brewsci/bio" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "be7e3d045721d59ba82d26b23dcb8c0db6db0ca2df8fbbb6384ce10639f43e83" - sha256 cellar: :any_skip_relocation, ventura: "7f20cf2339746cabcc3cc7d82b9edd5043e24e68b8c9b268ae0456a242f9afa4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "95b8e0d4a264cf3e0f5a74b4de6ff208c3da74cf3f1701371b2d729135dbe685" - end - depends_on "ant" => :build depends_on "openjdk@11"