File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ class LimaAdditionalGuestagents < Formula
66 license "Apache-2.0"
77 head "https://github.com/lima-vm/lima.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "8e21b3e7d70b997b1dd6e7d996d903edffb6055339a1b6c15911f5282efd1cea"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "fd6d9cda49a969422b199c4f40f8e30a1fc5d725a03ae4004c694dfcd3826076"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "90316c2e8fd2027a848b40fe642b3d81acb20b87c8b169920c4b223ecb515d1a"
13+ sha256 cellar : :any_skip_relocation , sonoma : "de1807b8111dd71f1eb779fbad785beecef840216c9506ccdf9923f62980b61c"
14+ sha256 cellar : :any_skip_relocation , ventura : "f8ff74c221f986226128c968eb2b1fe73c3ed16a86215d09ebaf44520a5ad0ba"
15+ sha256 cellar : :any_skip_relocation , arm64_linux : "c029ca0dc5d56d6606c1c53b81493ae3cec81d09205f9469538a6bef8843023e"
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "bb471e21416e4c445e30e96209e965677ebc99fbc9809baad2e6be3dbb5f939c"
17+ end
18+
919 depends_on "go" => :build
1020 depends_on "lima"
1121 depends_on "qemu"
You can’t perform that action at this time.
0 commit comments