Skip to content

Commit f39d7b7

Browse files
author
Brewsci
committed
stringtie: add 3.0.0 bottle.
1 parent e60147e commit f39d7b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/stringtie.rb

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ class Stringtie < Formula
77
license "MIT"
88
head "https://github.com/gpertea/stringtie.git", branch: "master"
99

10+
bottle do
11+
root_url "https://ghcr.io/v2/brewsci/bio"
12+
sha256 cellar: :any, arm64_sequoia: "661e3f96ccd8f9383b2bdd05bcd30120718310e65b726de949a1210acda33297"
13+
sha256 cellar: :any, arm64_sonoma: "6c96d97546ef63d4f884bad342cb663d2d41258de53e19d16c423821aa8ec5ae"
14+
sha256 cellar: :any, ventura: "2cf9df857f2f43108a4936a4913abf8c06b55bfc96632f478f08f268c4a6dbc6"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5494f3d9e0e2792332a33a8bc246832bf3078afeea0ce3bf0505e26bddc8e0fe"
16+
end
17+
1018
depends_on "htslib"
1119
depends_on "libdeflate"
1220
depends_on "xz" # for liblzma

0 commit comments

Comments
 (0)