|
1 | 1 | class Lima < Formula |
2 | 2 | desc "Linux virtual machines" |
3 | 3 | homepage "https://lima-vm.io/" |
4 | | - url "https://github.com/lima-vm/lima/archive/refs/tags/v1.0.0.tar.gz" |
5 | | - sha256 "49dd844715f99e86a80e13e1f37ab55e11a775aa68c099bce4f4cbf5666260c4" |
| 4 | + url "https://github.com/lima-vm/lima/archive/refs/tags/v1.0.1.tar.gz" |
| 5 | + sha256 "82e9bfcfdf7423baaf4c712a3123237818c26b0f22abb38b73591b28a36b754e" |
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_sequoia: "f77a81bfe0ae3f92c8b43c819ea09051f8176f32fcb16f53828ceb925443a788" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d365371f6f33cd27d66ea4a310967cfd129e23be822f70349a02b6d55979697" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "fa4313273644e5abadb1ce3e98925be9a0338578ed3debc29a1846e2a8caf990" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "1e6a2db42dddd644e8eb869ad7e0ed7ff021cd97008f92c4742fc4c92d7cd7c6" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "722b95f10917891d036d9194d40fea2454029071327ca314397faa72f09541d3" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "11d3a4c3c385ed52581acc3d90db5ce047667b49eb90d921a4adf1bbdbff329a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8693150976531f9cab032843cdeeb80f7190d2f20dc0af80884a6f80bfc841e1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "51a7484094c23bb3d13b78dae28c406601ccdb3b430b90fd4fdba9b26cc36c0b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "13d732461047d45acf457ef29590fcbb3a1c6c3e14632bea3f8c7f30e2f289bd" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "9f83dc83a67c6375d59a72231d4898dc2067694160e4d70ca0da277b2df5a19c" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "9b6281c4c8859507936289ee44b2d1be9b7d1b5b1b38cf5246c1ce41801e74e9" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "6f7287671de8b02363b8465a6db3ac191faa52bfc793504f2ec050b0eb99ba17" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments