Skip to content

Commit 6cee770

Browse files
committed
lima 1.0.0
https://github.com/lima-vm/lima/releases/tag/v1.0.0 QEMU is no longer needed on macOS hosts. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 05a2cf2 commit 6cee770

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Formula/l/lima.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
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"
46
license "Apache-2.0"
57
head "https://github.com/lima-vm/lima.git", branch: "master"
68

7-
stable do
8-
url "https://github.com/lima-vm/lima/archive/refs/tags/v0.23.2.tar.gz"
9-
sha256 "fc21295f78d717efc921f8f6d1ec22f64da82bfe685d0d2d505aee76c53da1ff"
10-
11-
# The head no longer needs QEMU on macOS hosts
12-
# https://github.com/lima-vm/lima/commit/df05b810183ce999e36933f0dba7c25fa20245c
13-
depends_on "qemu"
14-
end
15-
169
bottle do
1710
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7e9eb7131cad0f52a28e731f761ec07e8c1253677b5cd93a4eed7a51a1409d91"
1811
sha256 cellar: :any_skip_relocation, arm64_sonoma: "be8e2b92961eca2f862f1a994dbef367e86d36705a705ebfa16d21c7f1366c35"

0 commit comments

Comments
 (0)