From 8bcf04872a089a0d9a7979d479b116ad8fb46d23 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 25 Apr 2022 16:30:36 +0900 Subject: [PATCH] lima 0.10.0 Closes #100063. Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/lima.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lima.rb b/Formula/lima.rb index 703d939c8dce6..41ac05c55a2e7 100644 --- a/Formula/lima.rb +++ b/Formula/lima.rb @@ -1,8 +1,8 @@ class Lima < Formula desc "Linux virtual machines" homepage "https://github.com/lima-vm/lima" - url "https://github.com/lima-vm/lima/archive/v0.9.2.tar.gz" - sha256 "df0f84c7693e4f31ef40ccf209aaf034b96b3501ab2da8186c8857d372e5f0ea" + url "https://github.com/lima-vm/lima/archive/v0.10.0.tar.gz" + sha256 "7faa906b2814738eb0e19b93ad7291aa4b280f0bcffedfc60d0ec77dc053c5b4" license "Apache-2.0" head "https://github.com/lima-vm/lima.git", branch: "master"