File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ class GoLibrespot < Formula
66 license "GPL-3.0-only"
77 head "https://github.com/devgianlu/go-librespot.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any , arm64_sequoia : "83579e3caa527e18316188069045476c5976008ac15ae9ea16c4c8a70b47906c"
11+ sha256 cellar : :any , arm64_sonoma : "6e9b1274855e8d421367fdb84a918ac7235c107f5b107fcc529e538e2dbc60f7"
12+ sha256 cellar : :any , arm64_ventura : "48360bf34f1fa7396224cd8301991d8dd95067c95d29ab1d2e4d4683103e7140"
13+ sha256 cellar : :any , sonoma : "cc0e07fd00c3638e397ff8988f2aa287a1a688ef48648119d6d73a36945df4a9"
14+ sha256 cellar : :any , ventura : "c69cdd6d48c67941d4ef22225b7c755e53c772dc81bcab61ce4593b5211475a7"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "41a8f04961a86a633373480afe82f53debbe61d891a8171af57fd587dff441c7"
16+ end
17+
918 depends_on "go" => :build
1019 depends_on "pkgconf" => :build
1120 depends_on "libogg"
You can’t perform that action at this time.
0 commit comments