Skip to content

Commit c71f5fa

Browse files
committed
vgo: add 0.2.0 bottle.
1 parent 28d0cfe commit c71f5fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/v/vgo.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)