|
1 | 1 | class LimaAdditionalGuestagents < Formula |
2 | 2 | desc "Additional guest agents for Lima" |
3 | 3 | homepage "https://lima-vm.io/" |
4 | | - url "https://github.com/lima-vm/lima/archive/refs/tags/v2.0.1.tar.gz" |
5 | | - sha256 "a3efa067676ca80e780671eade074a5ff8ea080b04563f3cfd07cfc9ca4cbf76" |
| 4 | + url "https://github.com/lima-vm/lima/archive/refs/tags/v2.0.2.tar.gz" |
| 5 | + sha256 "51e0461c719c67c87310a1df4c55afe83f8379c246cd66c1c38773785f7994c8" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/lima-vm/lima.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "4f463efebedb529ef89a5da7cfef6ef3893db02ff699e8d364e40f80a4315027" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "34a0e69f048588a8c99d85b3721abb08a43bc941162519fb3c686c434156ff6a" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d80807fdfb8065d15bd17ee107cd9c468e3ec18558ed9d4b30d019ffb5bcb286" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "210753b0f135d33f4bd23323de41a070568076ee0d71e8c78c364434dc0e8d81" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "86710a4733a81aec4166829ab86420d5a1d78a90e71e61392d00c31679d6f060" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "071cef50fb5ac81bfee8efeed9c19de78a15e23aa06f79dbdcb27f3e6ff2edf5" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "11a4160b471c73ace6432962f14cb98b5c0d9700ad28ab730e90dfcee59d566d" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0bf19348439dc6c63e6f7d30efde868bc5e6cdb454c2e78e89529d24bfc2c668" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a02468446315cadbb719f105cee2c2ca9500ff04f8796620c47e0448d72e77a9" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "acbf8b53890d481b25a1fb2a73026f43b42cc640cc72c7ef0b06e6384427f080" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "2d19852789cae469ea8899354ba365abb73bc33fd8a328a9cf58b0213319e788" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5472f3ae4ad4abb52f3b929c67146f574aa05f64e49cc92fc54c353a44cfa09" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments