Skip to content

Commit

Permalink
lima 0.6.0
Browse files Browse the repository at this point in the history
- Repo was moved from github.com/AkihiroSuda/lima to github.com/lima-vm/lima
- `mismatched_binary_allowlist.json` is added for allowing installation of
  `lima-guestagent.Linux-<Non native arch>` binary.

Closes #82723.

Signed-off-by: Akihiro Suda <[email protected]>
Signed-off-by: Carlo Cabrera <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
AkihiroSuda authored and BrewTestBot committed Aug 17, 2021
1 parent a9f1fa9 commit 10a3480
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/lima.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Lima < Formula
desc "Linux virtual machines"
homepage "https://github.com/AkihiroSuda/lima"
url "https://github.com/AkihiroSuda/lima/archive/v0.5.0.tar.gz"
sha256 "2fc3764947d3b8a51f61ac4eeb6160a737f0f982d68491916de7b398f0f43a67"
homepage "https://github.com/lima-vm/lima"
url "https://github.com/lima-vm/lima/archive/v0.6.0.tar.gz"
sha256 "65790d01960f64eb3168f0361649c7e21478991d590922e2065998e01802cf71"
license "Apache-2.0"

bottle do
Expand Down
3 changes: 3 additions & 0 deletions audit_exceptions/mismatched_binary_allowlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[
"lima"
]

0 comments on commit 10a3480

Please sign in to comment.