Skip to content

Commit b548695

Browse files
authored
Merge pull request #197043 from Homebrew/bump-lima-1.0.1
lima 1.0.1
2 parents f3b594c + 2857f15 commit b548695

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/l/lima.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Lima < Formula
22
desc "Linux virtual machines"
33
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"
66
license "Apache-2.0"
77
head "https://github.com/lima-vm/lima.git", branch: "master"
88

99
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)