File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ class Vgo < Formula
66 license "MIT"
77 head "https://github.com/vg006/vgo.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "625060653e73c0e996276bc83f4f6dfc586c10739248ea167e296ef4d1212d64"
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "625060653e73c0e996276bc83f4f6dfc586c10739248ea167e296ef4d1212d64"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "625060653e73c0e996276bc83f4f6dfc586c10739248ea167e296ef4d1212d64"
13+ sha256 cellar : :any_skip_relocation , sonoma : "ed465eb32ba71c56fbb1f2430e89f8db84230a825ea361a7332d622065be2ee0"
14+ sha256 cellar : :any_skip_relocation , x86_64_linux : "00919354e85aa7eabe2a62e05f80e9704ec285193c5caf5a5a752d26af38084f"
15+ end
16+
917 depends_on "go" => :build
1018
1119 def install
You can’t perform that action at this time.
0 commit comments